ASDenysPetrov added a comment.

@jhenderson

> Sorry, but `-W --trace` is not the same as `-Wl,--trace`. The former is a 
> pair of options used by the compiler (one of which describes the files used 
> by the compiler). The latter is an option passed to the linker, and is what 
> we need. Please try again!

I used `-W`, because my `c++` doesn't know `-Wl` option.

  C:\Users\Denis>c++ -Wl
  c++: error: unrecognized command-line option '-Wl'; did you mean '-W'?
  c++: fatal error: no input files
  compilation terminated.

Could you provide exact cmd line me to use if I'm doing smth wrong?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95246

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

Reply via email to