nridge added inline comments.

================
Comment at: clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp:242
+CompileFlags:
+  Compiler: gcc
+  )yaml";
----------------
To exercise `QueryDriverDatabase`, this test assumes that the machine running 
the test will have a `gcc` somewhere in its path, and that querying it for 
includes will result in at least one `-isystem` flag being added to the command 
line.

Is this a reasonable assumption for buildbots? Or do we need to introduce some 
kind of abstraction so that the test doesn't actually try to find and execute 
gcc?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133757/new/

https://reviews.llvm.org/D133757

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to