[PATCH] D61742: [Driver][Windows] Add dependent lib argument for profile instr generate

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 28 07:13:19 PDT 2019


thakis added a comment.

After some more reading, it looks like passing `-no-canonical-prefixes` makes this path relative, and as long as compiles and links run from the same CWD things will work and be path-independent. So I think this is all good. Sorry about the false alarm! (Maybe we should have a test that fprofile-instr-generate + no-canonical-prefixes doesn't generate an absolute path?)


Repository:
  rC Clang

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

https://reviews.llvm.org/D61742





More information about the cfe-commits mailing list