[PATCH] D42496: [CMake] Fix Bug Report URL

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 11:18:17 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL323457: [CMake] Fix Bug Report URL (authored by smeenai, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D42496

Files:
  llvm/trunk/CMakeLists.txt


Index: llvm/trunk/CMakeLists.txt
===================================================================
--- llvm/trunk/CMakeLists.txt
+++ llvm/trunk/CMakeLists.txt
@@ -207,7 +207,7 @@
 
 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.")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42496.131487.patch
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180125/ad1e638d/attachment.bin>


More information about the llvm-commits mailing list