John Emmas via llvm-dev
2021-Sep-28 13:22 UTC
[llvm-dev] Printing out the file being currently compiled (feature request)
On 28/09/2021 13:56, Hans Wennborg wrote:> clang-cl has a /showFilenames option which will make it print the > filename. Does that work for you? >Ah, that seems to work Hans - many thanks! John
John Emmas via llvm-dev
2021-Sep-28 14:19 UTC
[llvm-dev] Printing out the file being currently compiled (feature request)
On 28/09/2021 14:22, John Emmas via llvm-dev wrote:> On 28/09/2021 13:56, Hans Wennborg wrote: >> clang-cl has a /showFilenames option which will make it print the >> filename. Does that work for you? >> > > Ah, that seems to work Hans - many thanks! >A dumb question maybe - but does Clang have some kind of config file that I could add this to? i.e. a "one time" change, rather than needing to add it to hundreds of VS projects here? John