[all-commits] [llvm/llvm-project] 75a1f5: [compiler-rt] Don't include libc++ headers from th...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Oct 30 02:36:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 75a1f52c1a129b2c0e77f8c54fc5182c613c2837
https://github.com/llvm/llvm-project/commit/75a1f52c1a129b2c0e77f8c54fc5182c613c2837
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M compiler-rt/lib/msan/tests/CMakeLists.txt
Log Message:
-----------
[compiler-rt] Don't include libc++ headers from the source tree in MSAN
We shouldn't be including the libc++ headers from the source tree directly, since those headers are not configured (i.e. they don't use the __config_site) header like they should, which could mean up to ABI differences
Reviewed By: vitalybuka, phosek, ldionne
Differential Revision: https://reviews.llvm.org/D89915
More information about the All-commits
mailing list