gcc invokes cc1 through a path deduced from argv[0] therefore it must
be correctly set.
Also it prints the search path to stderr not stdout, this also applies to clang.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64196
[clangd] Query driver reads stderr and passes driver as first argument ClosedPublic Authored by kadircet on Jul 4 2019, 1:22 AM.
Details Summary gcc invokes cc1 through a path deduced from argv[0] therefore it must
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 4 2019, 4:18 AM Closed by commit rL365132: [clangd] Query driver reads stderr and passes driver as first argument (authored by kadircet). · Explain WhyJul 4 2019, 4:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 208018 clang-tools-extra/trunk/clangd/QueryDriverDatabase.cpp
clang-tools-extra/trunk/clangd/test/system-include-extractor.test
|