[PATCH] D113372: [Driver] Add CLANG_DEFAULT_PIE_ON_LINUX to emulate GCC --enable-default-pie

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 12 16:33:03 PST 2021


MaskRay updated this revision to Diff 393782.
MaskRay retitled this revision from "[Driver] Add CLANG_DEFAULT_PIE to emulate GCC --enable-default-pie" to "[Driver] Add CLANG_DEFAULT_PIE_ON_LINUX to emulate GCC --enable-default-pie".
MaskRay edited the summary of this revision.
MaskRay added a comment.

CLANG_DEFAULT_PIE => CLANG_DEFAULT_PIE_ON_LINUX

I have fixed all test/Driver tests in a separate commit.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113372/new/

https://reviews.llvm.org/D113372

Files:
  clang/CMakeLists.txt
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Config/config.h.cmake
  clang/lib/Driver/ToolChains/Linux.cpp
  clang/test/Driver/default-pie.c
  clang/test/Driver/fsanitize.c
  clang/test/Driver/linux-ld.c
  clang/test/lit.cfg.py
  clang/test/lit.site.cfg.py.in
  llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn
  utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113372.393782.patch
Type: text/x-patch
Size: 5778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211213/ee29e898/attachment.bin>


More information about the cfe-commits mailing list