Skip to content

Commit fbe389d

Browse files
committed
use CE-Programming repo for PACKAGE_BUGREPORT config variable
1 parent e90f479 commit fbe389d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ option(LLVM_TOOL_LLVM_DRIVER_BUILD "Enables building the llvm multicall tool" OF
329329

330330
set(PACKAGE_NAME LLVM)
331331
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
332-
set(PACKAGE_BUGREPORT "https://github.com/llvm/llvm-project/issues/")
332+
set(PACKAGE_BUGREPORT "https://github.com/CE-Programming/llvm-project/issues/")
333333

334334
set(BUG_REPORT_URL "${PACKAGE_BUGREPORT}" CACHE STRING
335335
"Default URL where bug reports are to be submitted.")

0 commit comments

Comments
 (0)