[all-commits] [llvm/llvm-project] f6d984: Revert "Support -fstack-clash-protection for x86"
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Fri Feb 7 02:37:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f6d98429fcdba97988fa1e3ec10dc2ca943dd0da
https://github.com/llvm/llvm-project/commit/f6d98429fcdba97988fa1e3ec10dc2ca943dd0da
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M clang/docs/ClangCommandLineReference.rst
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/DiagnosticCommonKinds.td
M clang/include/clang/Basic/TargetInfo.h
M clang/include/clang/Driver/CC1Options.td
M clang/include/clang/Driver/Options.td
M clang/lib/Basic/Targets/X86.h
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
R clang/test/CodeGen/stack-clash-protection.c
R clang/test/Driver/stack-clash-protection.c
M llvm/docs/ReleaseNotes.rst
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/Target/X86/X86CallFrameOptimization.cpp
M llvm/lib/Target/X86/X86FrameLowering.cpp
M llvm/lib/Target/X86/X86FrameLowering.h
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86InstrCompiler.td
M llvm/lib/Target/X86/X86InstrInfo.td
R llvm/test/CodeGen/X86/stack-clash-dynamic-alloca.ll
R llvm/test/CodeGen/X86/stack-clash-large.ll
R llvm/test/CodeGen/X86/stack-clash-medium-natural-probes-mutliple-objects.ll
R llvm/test/CodeGen/X86/stack-clash-medium-natural-probes.ll
R llvm/test/CodeGen/X86/stack-clash-medium.ll
R llvm/test/CodeGen/X86/stack-clash-no-free-probe.ll
R llvm/test/CodeGen/X86/stack-clash-small.ll
R llvm/test/CodeGen/X86/stack-clash-unknown-call.ll
Log Message:
-----------
Revert "Support -fstack-clash-protection for x86"
This reverts commit 39f50da2a357a8f685b3540246c5d762734e035f.
The -fstack-clash-protection is being passed to the linker too, which
is not intended.
Reverting and fixing that in a later commit.
More information about the All-commits
mailing list