diff options
author | serge-sans-paille <sguelton@redhat.com> | 2020-02-09 10:06:31 +0100 |
---|---|---|
committer | serge-sans-paille <sguelton@redhat.com> | 2020-02-09 10:06:31 +0100 |
commit | 454621160066c067c97edb0a094553d8d0339c9b (patch) | |
tree | b576f209eaa636ca617c30d379e81ed801dd9e8b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0fd51a4554f5f4f90342f40afd35b077f6d88213 (diff) | |
download | llvm-454621160066c067c97edb0a094553d8d0339c9b.zip llvm-454621160066c067c97edb0a094553d8d0339c9b.tar.gz llvm-454621160066c067c97edb0a094553d8d0339c9b.tar.bz2 |
Revert "Support -fstack-clash-protection for x86"
This reverts commit 0fd51a4554f5f4f90342f40afd35b077f6d88213.
Failures:
http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/4354
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInvocation.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index e57c7ef..17e1906 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -1238,8 +1238,6 @@ static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, Opts.NoStackArgProbe = Args.hasArg(OPT_mno_stack_arg_probe); - Opts.StackClashProtector = Args.hasArg(OPT_fstack_clash_protection); - if (Arg *A = Args.getLastArg(OPT_fobjc_dispatch_method_EQ)) { StringRef Name = A->getValue(); unsigned Method = llvm::StringSwitch<unsigned>(Name) |