diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-21 11:37:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-21 11:59:24 +0000 |
commit | eac22325a7d4cf3ca559fa4d3ee2e49f4e879ffd (patch) | |
tree | be9d3da7650e4eeb3ba22c6d0c1cca45ccb51517 /testing/llvm/clang-3.6-musl-no-use-cxa-atexit.patch | |
parent | 3681f34c0d3bd9b6d30a7817989a862e29ab4fe4 (diff) | |
download | aports-eac22325a7d4cf3ca559fa4d3ee2e49f4e879ffd.tar.bz2 aports-eac22325a7d4cf3ca559fa4d3ee2e49f4e879ffd.tar.xz |
main/llvm: upgrade to 3.6.0
move from testing
fixes #4068
Diffstat (limited to 'testing/llvm/clang-3.6-musl-no-use-cxa-atexit.patch')
-rw-r--r-- | testing/llvm/clang-3.6-musl-no-use-cxa-atexit.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/llvm/clang-3.6-musl-no-use-cxa-atexit.patch b/testing/llvm/clang-3.6-musl-no-use-cxa-atexit.patch deleted file mode 100644 index d1c23b0992..0000000000 --- a/testing/llvm/clang-3.6-musl-no-use-cxa-atexit.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp -index 08e4439..4e5a594 100644 ---- a/lib/Driver/Tools.cpp -+++ b/lib/Driver/Tools.cpp -@@ -3978,7 +3978,8 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA, - options::OPT_fno_use_cxa_atexit, - !IsWindowsCygnus && !IsWindowsGNU && - getToolChain().getArch() != llvm::Triple::hexagon && -- getToolChain().getArch() != llvm::Triple::xcore) || -+ getToolChain().getArch() != llvm::Triple::xcore && -+ getToolChain().getTriple().getEnvironment() != llvm::Triple::Musl) || - KernelOrKext) - CmdArgs.push_back("-fno-use-cxa-atexit"); - |