- Since --sysroot is a superset of the -isysroot argument, we shouldn't add the -isysroot if we detect a --sysroot flag.
Details
Details
- Reviewers
sammccall - Commits
- rGea9888b8f6f2: [clangd] Respect `--sysroot` argument if it is set
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Unit tests: pass. 61323 tests passed, 0 failed and 736 were skipped.
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Comment Actions
Thanks!
I wonder what accident of history led to the different number of dashes between the flags, weird.