aboutsummaryrefslogtreecommitdiffstats
path: root/main/llvm/clang-0009-pass-host-triple-to-compiler-rt.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-03-15 14:54:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-03-22 10:21:07 +0000
commitb165966a14beef9d10075f4c6010bf76e9a5c34e (patch)
tree10862bef7996831e11d742f796c07bf3f4ed5ffc /main/llvm/clang-0009-pass-host-triple-to-compiler-rt.patch
parent537727e3e1f91ab9be29710b2994798b145a7330 (diff)
downloadaports-b165966a14beef9d10075f4c6010bf76e9a5c34e.tar.bz2
aports-b165966a14beef9d10075f4c6010bf76e9a5c34e.tar.xz
main/llvm: upgrade to 3.8.0, move out clang
Diffstat (limited to 'main/llvm/clang-0009-pass-host-triple-to-compiler-rt.patch')
-rw-r--r--main/llvm/clang-0009-pass-host-triple-to-compiler-rt.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/llvm/clang-0009-pass-host-triple-to-compiler-rt.patch b/main/llvm/clang-0009-pass-host-triple-to-compiler-rt.patch
deleted file mode 100644
index 89174112b6..0000000000
--- a/main/llvm/clang-0009-pass-host-triple-to-compiler-rt.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git i/runtime/CMakeLists.txt w/runtime/CMakeLists.txt
-index 9f1cd78..5b3da2e 100644
---- i/runtime/CMakeLists.txt
-+++ w/runtime/CMakeLists.txt
-@@ -46,6 +46,7 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
- -DCOMPILER_RT_INSTALL_PATH=lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}
- -DCOMPILER_RT_INCLUDE_TESTS=${LLVM_INCLUDE_TESTS}
- -DCOMPILER_RT_ENABLE_WERROR=ON
-+ -DLLVM_HOST_TRIPLE=${LLVM_HOST_TRIPLE}
- INSTALL_COMMAND ""
- STEP_TARGETS configure build
- )