Issue 135317
Summary Do something with `output` field
Labels new issue
Assignees
Reporter SIGFUN
    clangd [documents](https://clang.llvm.org/docs/JSONCompilationDatabase.html) an `output` field  for a command object in `compile_commands.json`, but it doesn't appear to do anything with it. I'd like to use this field (or something similar) for its intended purpose, which is to support different ways of compiling the same file (e.g. different architectures, compiler flags in different targets).

Note that this does not have to be scoped to a file -- I am happy to switch the entire project to a particular build configuration so clangd can keep distinct caches for each one.

Discussion on Discord [here](https://discordapp.com/channels/636084430946959380/649134148723802113/1359997677592510707).
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to