Skip to content

Commit 38065a4

Browse files
Set LLVM issue tracker URL to Julia's issue tracker (#53128)
This patch sets the default issue tracker URL for LLVM to Julia's issue tracker. LLVM issues coming from Julia should probably go through Julia's issue tracker first and then can be reported upstream if there is an issue with something in upstream LLVM. Having this set to the default is moderately confusing for users as it refers to the LLVM issue tracker, which probably isn't wanted.
1 parent 69f16a2 commit 38065a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/llvm.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ LLVM_CMAKE += -DCMAKE_EXE_LINKER_FLAGS="$(LLVM_LDFLAGS)" \
210210
LLVM_CMAKE += -DLLVM_VERSION_SUFFIX:STRING="jl"
211211
LLVM_CMAKE += -DLLVM_SHLIB_SYMBOL_VERSION:STRING="JL_LLVM_$(LLVM_VER_SHORT)"
212212

213+
# Change the default bug report URL to Julia's issue tracker
214+
LLVM_CMAKE += -DBUG_REPORT_URL="https://github.com/julialang/julia"
215+
213216
# Apply version-specific LLVM patches sequentially
214217
LLVM_PATCH_PREV :=
215218
define LLVM_PATCH

0 commit comments

Comments
 (0)