[PATCH] D52773: clang-cl: Add /showFilenames option (PR31957)

Asuka Inori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 14 04:47:26 PDT 2020


asukainori added a comment.

I'm sorry to disturb.

But I found this option is conflict with -flto. e.g.

  clang-cl -fuse-ld=lld -flto=thin /showFilenames .\test.cpp

will output:

  clang-cl: warning: argument unused during compilation: '/showFilenames' [-Wunused-command-line-argument]


Repository:
  rL LLVM

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

https://reviews.llvm.org/D52773





More information about the llvm-commits mailing list