[clang] [Darwin][Driver][clang] Prioritise command line args over `DEFAULT_SYSROOT` (PR #115993)
Steven Wu via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 5 09:43:09 PST 2024
cachemeifyoucan wrote:
Current patch breaks test:
```
// We pass --sysroot="" to defeat any -DDEFAULT_SYSROOT parameter.
```
I think that just a pure hack in the test case, we can just update the test. @cyndyishida what do you think about the current approach?
https://github.com/llvm/llvm-project/pull/115993
More information about the cfe-commits
mailing list