Unverified Commit 3baca4e6 authored by Pat McCormick's avatar Pat McCormick Committed by GitHub
Browse files

Merge pull request #30 from pmccormick/release/10.x

Build (race) patch and a tweak for bug reporting so kitsune issues go to us vs the opencilk crew. 
parents a9b79e0a 2e70bfd0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ option(LLVM_APPEND_VC_REV
set(PACKAGE_NAME LLVM)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
# set(PACKAGE_BUGREPORT "https://bugs.llvm.org/")
set(PACKAGE_BUGREPORT "https://github.com/OpenCilk/opencilk-project/issues")
set(PACKAGE_BUGREPORT "https://github.com/lanl/kitsune/issues")

set(BUG_REPORT_URL "${PACKAGE_BUGREPORT}" CACHE STRING
  "Default URL where bug reports are to be submitted.")
+1 −1
Original line number Diff line number Diff line
@@ -18,4 +18,4 @@
type = Library
name = TapirOpts
parent = Transforms
required_libraries = Analysis Core Scalar Support TransformUtils
required_libraries = Analysis Core IRReader Scalar Linker Support TransformUtils