GCC supports negative values for -mstack-protector-guard-offset=, this
should be a signed value. Pre-req to D100919.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101325
[CodeGenOptions] make StackProtectorGuardOffset signed ClosedPublic Authored by nickdesaulniers on Apr 26 2021, 2:20 PM.
Details Summary GCC supports negative values for -mstack-protector-guard-offset=, this
Diff Detail
Event TimelineHerald added subscribers: jansvoboda11, dexonsmith, dang and 2 others. · View Herald TranscriptApr 26 2021, 2:20 PM Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 26 2021, 2:20 PM nickdesaulniers added a parent revision: D100919: [AArch64] Support customizing stack protector guard.Apr 26 2021, 2:20 PM This revision is now accepted and ready to land.Apr 26 2021, 2:50 PM This revision was landed with ongoing or failed builds.Apr 27 2021, 10:13 AM Closed by commit rGea8416bf4df4: [CodeGenOptions] make StackProtectorGuardOffset signed (authored by nickdesaulniers). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 340895 clang/include/clang/Basic/CodeGenOptions.def
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
llvm/include/llvm/CodeGen/CommandFlags.h
llvm/include/llvm/Target/TargetOptions.h
llvm/lib/CodeGen/CommandFlags.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/stack-protector-3.ll
|