[PATCH] D150582: [clangd] Fix test failure when it's built with compiler flags unknown by clang
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 15 23:47:18 PDT 2023
kadircet added a comment.
This broke buildbots <https://lab.llvm.org/buildbot/#/builders/131/builds/44962> because `compile_commands.json` being `empty` has other consequences.
Fixing forward in 9ffef0f24de0fc05b946e662a7b233a32ad058e3 <https://reviews.llvm.org/rG9ffef0f24de0fc05b946e662a7b233a32ad058e3>. Please don't let such infrastructure changes without approvals from code owners in the future.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150582/new/
https://reviews.llvm.org/D150582
More information about the cfe-commits
mailing list