diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2018-06-14 18:20:04 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2018-06-14 18:20:04 +0000 |
commit | f56ef90e26bd1bb5cfa8e4b0e09ec56a9142dbfb (patch) | |
tree | a98b3bd1d03b8dd3c8aa409ffcb8f22f3745eab5 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 7e8508822ffc0d8d0ace5db684258df37f4cf6c0 (diff) | |
download | llvm-f56ef90e26bd1bb5cfa8e4b0e09ec56a9142dbfb.zip llvm-f56ef90e26bd1bb5cfa8e4b0e09ec56a9142dbfb.tar.gz llvm-f56ef90e26bd1bb5cfa8e4b0e09ec56a9142dbfb.tar.bz2 |
[CMAKE][c-index-test] Honor CMAKE_OSX_SYSROOT to compute include dir for libxml2
On MacOS, if CMAKE_OSX_SYSROOT is used and the user has command line tools
installed, we currently get the include path for libxml2 as
/usr/include/libxml2, instead of ${CMAKE_OSX_SYSROOT}/usr/include/libxml2.
Make it consistent on MacOS by prefixing ${CMAKE_OSX_SYSROOT} when
possible.
rdar://problem/41103601
llvm-svn: 334747
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions