[llvm] r323457 - [CMake] Fix Bug Report URL

Shoaib Meenai via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 11:16:46 PST 2018


Author: smeenai
Date: Thu Jan 25 11:16:46 2018
New Revision: 323457

URL: http://llvm.org/viewvc/llvm-project?rev=323457&view=rev
Log:
[CMake] Fix Bug Report URL

It looks like this hasn't been updated since bugzilla moved.

Patch by Colden Cullen.

Differential Revision: https://reviews.llvm.org/D42496

Modified:
    llvm/trunk/CMakeLists.txt

Modified: llvm/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=323457&r1=323456&r2=323457&view=diff
==============================================================================
--- llvm/trunk/CMakeLists.txt (original)
+++ llvm/trunk/CMakeLists.txt Thu Jan 25 11:16:46 2018
@@ -207,7 +207,7 @@ option(LLVM_APPEND_VC_REV
 
 set(PACKAGE_NAME LLVM)
 set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
-set(PACKAGE_BUGREPORT "http://llvm.org/bugs/")
+set(PACKAGE_BUGREPORT "https://bugs.llvm.org/")
 
 set(BUG_REPORT_URL "${PACKAGE_BUGREPORT}" CACHE STRING
   "Default URL where bug reports are to be submitted.")




More information about the llvm-commits mailing list