diff options
author | Evan Wilde <etceterawilde@gmail.com> | 2024-03-19 13:17:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 13:17:11 -0700 |
commit | 12a6546395c6225112731f33608afed452c4f8d1 (patch) | |
tree | e4f625d30e9383750980b23bbe7823fc497dfcf3 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 4242d15e68580d1d1f7c4d782a59e6dffb698ca8 (diff) | |
download | llvm-12a6546395c6225112731f33608afed452c4f8d1.zip llvm-12a6546395c6225112731f33608afed452c4f8d1.tar.gz llvm-12a6546395c6225112731f33608afed452c4f8d1.tar.bz2 |
Add support for sysroot-relative system header search paths (#82084)
Clang supported header searchpaths of the form `-I =/path`, relative to
the sysroot if one is passed, but did not implement that behavior for
`-iquote`, `-isystem`, or `-idirafter`.
This implements the `=` portion of the behavior implemented by GCC for
these flags described in
https://gcc.gnu.org/onlinedocs/gcc/Directory-Options.html.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions