This change mimics GCC's support for the "-static-pie" argument.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 28212 Build 28211: arc lint + arc unit
Paths
| Differential D58307
[Clang Driver] Add support for "-static-pie" argument to the Clang driver. ClosedPublic Authored by sivachandra on Feb 15 2019, 2:37 PM.
Details Summary This change mimics GCC's support for the "-static-pie" argument.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 20 2019, 10:38 AM Closed by commit rL354502: [Clang Driver] Add support for "-static-pie" argument to the Clang driver. (authored by sivachandra). · Explain WhyFeb 20 2019, 11:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 187091 clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/lib/Driver/ToolChains/Gnu.cpp
clang/test/Driver/linux-ld.c
|