[all-commits] [llvm/llvm-project] f89ebe: Support LLVM_ENABLE_PER_TARGET_RUNTIME_DIR in the ...
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Fri Aug 27 13:50:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f89ebe108e6f316a7ef293869e420491992b84cc
https://github.com/llvm/llvm-project/commit/f89ebe108e6f316a7ef293869e420491992b84cc
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2021-08-27 (Fri, 27 Aug 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
Log Message:
-----------
Support LLVM_ENABLE_PER_TARGET_RUNTIME_DIR in the sanitizer symbolizer build.
In this mode libc++ headers end up in two directories:
* include/<triple>/c++/v1 for the site config header
* include/c++/v1 for everything else
Also switch from -I to -isystem.
Differential Revision: https://reviews.llvm.org/D108841
More information about the All-commits
mailing list