aboutsummaryrefslogtreecommitdiffstats
path: root/main/clang/20-Enable-stack-protector-by-default-for-Alpine-Linux.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-28 18:34:16 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-10-04 14:16:34 +0000
commitf9ffa7eb9a8418627c6b04d92ca3b85708fea1fb (patch)
treef9690741151ca2b28c91dda201b65503f793e508 /main/clang/20-Enable-stack-protector-by-default-for-Alpine-Linux.patch
parentb45cc12b3c6c2257fecb8bb36de4bd7a3794da1a (diff)
downloadaports-f9ffa7eb9a8418627c6b04d92ca3b85708fea1fb.tar.bz2
aports-f9ffa7eb9a8418627c6b04d92ca3b85708fea1fb.tar.xz
main/clang: upgrade to 9.0.0
Diffstat (limited to 'main/clang/20-Enable-stack-protector-by-default-for-Alpine-Linux.patch')
-rw-r--r--main/clang/20-Enable-stack-protector-by-default-for-Alpine-Linux.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/clang/20-Enable-stack-protector-by-default-for-Alpine-Linux.patch b/main/clang/20-Enable-stack-protector-by-default-for-Alpine-Linux.patch
index b63ecadc00..b8bd2e15fd 100644
--- a/main/clang/20-Enable-stack-protector-by-default-for-Alpine-Linux.patch
+++ b/main/clang/20-Enable-stack-protector-by-default-for-Alpine-Linux.patch
@@ -25,9 +25,9 @@ index 22dbbec..ba0d558 100644
--- a/lib/Driver/ToolChains/Linux.h
+++ b/lib/Driver/ToolChains/Linux.h
@@ -39,6 +39,7 @@
- llvm::opt::ArgStringList &CC1Args) const override;
CXXStdlibType GetDefaultCXXStdlibType() const override;
bool isPIEDefault() const override;
+ bool isNoExecStackDefault() const override;
+ unsigned GetDefaultStackProtectorLevel(bool KernelOrKext) const override;
bool IsMathErrnoDefault() const override;
SanitizerMask getSupportedSanitizers() const override;