[all-commits] [llvm/llvm-project] e67493: [Driver] -fsanitize=kcfi doesn't need RequiresPIE
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Apr 19 13:10:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e67493f57262862ae2bd4fc5d1d1f552676d815f
https://github.com/llvm/llvm-project/commit/e67493f57262862ae2bd4fc5d1d1f552676d815f
Author: Fangrui Song <i at maskray.me>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M clang/lib/Driver/SanitizerArgs.cpp
Log Message:
-----------
[Driver] -fsanitize=kcfi doesn't need RequiresPIE
As mentioned on D148671: this is unneeded. This commit is a no-op for most Linux
builds since CLANG_DEFAULT_PIE_ON_LINUX defaults to 1.
More information about the All-commits
mailing list