Skip to content

Commit

Permalink
change bugreport url
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Rinaldini committed Jun 22, 2015
1 parent 2c8a5e9 commit a3c802a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ endif()

set(PACKAGE_NAME LLVM)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "http://llvm.org/bugs/")
set(PACKAGE_BUGREPORT "http://o-llvm.org")

set(BUG_REPORT_URL "${PACKAGE_BUGREPORT}" CACHE STRING
"Default URL where bug reports are to be submitted.")
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ PACKAGE_NAME='LLVM'
PACKAGE_TARNAME='llvm'
PACKAGE_VERSION='3.6.1'
PACKAGE_STRING='LLVM 3.6.1'
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
PACKAGE_BUGREPORT='http://o-llvm.org'

ac_unique_file="lib/IR/Module.cpp"
# Factoring default headers for most tests.
Expand Down

0 comments on commit a3c802a

Please sign in to comment.