diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-06-07 12:33:50 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-11 13:35:29 +0000 |
commit | 54db62760803072c5308e62d769048d2f50b68be (patch) | |
tree | 547e3585968111e805c79fb16313436a8e615b1d /main/clang/20-Enable-stack-protector-by-default-for-Alpine-Linux.patch | |
parent | 3c17be04ec487849bbaced32301bcb58deb996f4 (diff) | |
download | aports-54db62760803072c5308e62d769048d2f50b68be.tar.bz2 aports-54db62760803072c5308e62d769048d2f50b68be.tar.xz |
main/clang: upgrade to 8.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 | 6 |
1 files changed, 3 insertions, 3 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 d545a5aff8..b63ecadc00 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 @@ -24,14 +24,14 @@ diff --git a/lib/Driver/ToolChains/Linux.h b/lib/Driver/ToolChains/Linux.h index 22dbbec..ba0d558 100644 --- a/lib/Driver/ToolChains/Linux.h +++ b/lib/Driver/ToolChains/Linux.h -@@ -38,6 +38,7 @@ public: - void AddIAMCUIncludeArgs(const llvm::opt::ArgList &DriverArgs, +@@ -39,6 +39,7 @@ llvm::opt::ArgStringList &CC1Args) const override; + CXXStdlibType GetDefaultCXXStdlibType() const override; bool isPIEDefault() const override; + unsigned GetDefaultStackProtectorLevel(bool KernelOrKext) const override; + bool IsMathErrnoDefault() const override; SanitizerMask getSupportedSanitizers() const override; void addProfileRTLibs(const llvm::opt::ArgList &Args, - llvm::opt::ArgStringList &CmdArgs) const override; diff --git a/test/Driver/fsanitize.c b/test/Driver/fsanitize.c index 304e759..29ead22 100644 --- a/test/Driver/fsanitize.c |