llvm-project/clang/tools/c-index-test
Bruno Cardoso Lopes f56ef90e26 [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
2018-06-14 18:20:04 +00:00
..
CMakeLists.txt [CMAKE][c-index-test] Honor CMAKE_OSX_SYSROOT to compute include dir for libxml2 2018-06-14 18:20:04 +00:00
c-index-test.c [libclang] Make c-index-test.c ISO C90 compliant. 2018-06-13 16:00:39 +00:00
core_main.cpp [index] Fix methods that take a shared_ptr to just take a reference. 2018-04-23 14:30:21 +00:00