Some LLDB build scripts seem to put the built Clang into different paths, let's add a couple more paths where to look for Clang. Currently used only by LLDB's ASan tests.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Are you using the CMake build? Even this will fail if you have multiple
clangs and you want it to choose a specific one. I would suggest setting
the LLDB_TEST_COMPILER CMake variable.
Comment Actions
While I agree this patch doesn't break anything, it's also not a complete fix. It would be nice to have a more complete fix, similar to what Kuba suggested with the @requiresAsan conditional.