diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2018-06-14 18:19:54 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2018-06-14 18:19:54 +0000 |
commit | 7e8508822ffc0d8d0ace5db684258df37f4cf6c0 (patch) | |
tree | 8a8b212362efaa88cba0ff9c695fd1fae4ede0cb /lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py | |
parent | a5e59c54811ee74be8cdd677773cfa0f02362115 (diff) | |
download | bcm5719-llvm-7e8508822ffc0d8d0ace5db684258df37f4cf6c0.tar.gz bcm5719-llvm-7e8508822ffc0d8d0ace5db684258df37f4cf6c0.zip |
[CMAKE] 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: 334746
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py')
0 files changed, 0 insertions, 0 deletions