[all-commits] [llvm/llvm-project] 8dcb5e: Revert "[Driver] Default CLANG_DEFAULT_PIE_ON_LINU...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Feb 26 06:33:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dcb5e6bf584f9b7d398e6a668594e40502588f6
https://github.com/llvm/llvm-project/commit/8dcb5e6bf584f9b7d398e6a668594e40502588f6
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2022-02-26 (Sat, 26 Feb 2022)
Changed paths:
M clang/CMakeLists.txt
M clang/docs/ReleaseNotes.rst
M clang/test/Driver/hip-fpie-option.hip
M compiler-rt/test/crt/lit.cfg.py
M compiler-rt/test/lsan/lit.common.cfg.py
M compiler-rt/test/sanitizer_common/lit.common.cfg.py
M lldb/test/API/functionalities/tail_call_frames/unambiguous_sequence/TestUnambiguousTailCalls.py
M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test
M llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn
M utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h
Log Message:
-----------
Revert "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON"
See post-commit discussion on https://reviews.llvm.org/D120305.
This change breaks the clang-ppc64le-rhel buildbot, though
there is suspicion that it's an issue with the bot. The change
also had a larger than expected impact on compile-time and
code-size.
This reverts commit 3c4ed02698afec021c6bca80740d1e58e3ee019e
and some followup changes.
More information about the All-commits
mailing list