This change mimics GCC's support for the "-static-pie" argument.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 187628 cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/lib/Driver/ToolChains/CommonArgs.cpp
cfe/trunk/lib/Driver/ToolChains/Gnu.cpp
cfe/trunk/test/Driver/linux-ld.c
|