summaryrefslogtreecommitdiffstats
path: root/abs/extra/llvm/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-02 14:02:30 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-02 14:02:30 (GMT)
commit0878cc9320ad8bdd842593aba182a9bacfc0c5fb (patch)
tree02e1e4e58e02c7183d221a6ab7bf0a8f470e8067 /abs/extra/llvm/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch
parent861f546b057a164bd0d60afc8dd372827d3b14e5 (diff)
downloadlinhes_pkgbuild-0878cc9320ad8bdd842593aba182a9bacfc0c5fb.zip
linhes_pkgbuild-0878cc9320ad8bdd842593aba182a9bacfc0c5fb.tar.gz
linhes_pkgbuild-0878cc9320ad8bdd842593aba182a9bacfc0c5fb.tar.bz2
llvm: update to 5.0.1
Diffstat (limited to 'abs/extra/llvm/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch')
-rw-r--r--abs/extra/llvm/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/abs/extra/llvm/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch b/abs/extra/llvm/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch
new file mode 100644
index 0000000..7398b50
--- /dev/null
+++ b/abs/extra/llvm/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch
@@ -0,0 +1,37 @@
+From fedcf1d9691bf669d8cd771a032e851d8247aff9 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras <evangelos@foutrelis.com>
+Date: Thu, 6 Jul 2017 18:53:05 +0300
+Subject: [PATCH 1/2] GCC compatibility: Ignore the -fno-plt flag
+
+---
+ include/clang/Driver/Options.td | 1 +
+ test/Driver/clang_f_opts.c | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td
+index 05dc9d7eb3..c93e6cc08c 100644
+--- a/include/clang/Driver/Options.td
++++ b/include/clang/Driver/Options.td
+@@ -2505,6 +2505,7 @@ defm ivopts : BooleanFFlag<"ivopts">, Group<clang_ignored_gcc_optimization_f_Gro
+ defm non_call_exceptions : BooleanFFlag<"non-call-exceptions">, Group<clang_ignored_f_Group>;
+ defm peel_loops : BooleanFFlag<"peel-loops">, Group<clang_ignored_gcc_optimization_f_Group>;
+ defm permissive : BooleanFFlag<"permissive">, Group<clang_ignored_f_Group>;
++defm plt : BooleanFFlag<"plt">, Group<clang_ignored_f_Group>;
+ defm prefetch_loop_arrays : BooleanFFlag<"prefetch-loop-arrays">, Group<clang_ignored_gcc_optimization_f_Group>;
+ defm printf : BooleanFFlag<"printf">, Group<clang_ignored_f_Group>;
+ defm profile : BooleanFFlag<"profile">, Group<clang_ignored_f_Group>;
+diff --git a/test/Driver/clang_f_opts.c b/test/Driver/clang_f_opts.c
+index c17cec6eba..d9480c915e 100644
+--- a/test/Driver/clang_f_opts.c
++++ b/test/Driver/clang_f_opts.c
+@@ -277,6 +277,7 @@
+ // RUN: -fno-caller-saves -fcaller-saves \
+ // RUN: -fno-reorder-blocks -freorder-blocks \
+ // RUN: -fno-schedule-insns2 -fschedule-insns2 \
++// RUN: -fno-plt -fplt \
+ // RUN: -fno-stack-check \
+ // RUN: -fno-check-new -fcheck-new \
+ // RUN: -ffriend-injection \
+--
+2.14.1
+