diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-28 18:34:16 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-04 14:16:34 +0000 |
| commit | f9ffa7eb9a8418627c6b04d92ca3b85708fea1fb (patch) | |
| tree | f9690741151ca2b28c91dda201b65503f793e508 /main/clang/20-Enable-stack-protector-by-default-for-Alpine-Linux.patch | |
| parent | b45cc12b3c6c2257fecb8bb36de4bd7a3794da1a (diff) | |
| download | aports-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.patch | 2 |
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; |
