[compiler-rt] Don't include libc++ headers from the source tree in MSAN
authorLouis Dionne <ldionne@apple.com>
Wed, 21 Oct 2020 23:14:48 +0000 (16:14 -0700)
committerVitaly Buka <vitalybuka@google.com>
Fri, 30 Oct 2020 09:36:02 +0000 (02:36 -0700)
commit75a1f52c1a129b2c0e77f8c54fc5182c613c2837
tree19b61f8f08189216a0605eef2fb9f98b288c097d
parentd2abbc17b2c03fda16feb1b52aa11440680e3887
[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
compiler-rt/lib/msan/tests/CMakeLists.txt