[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 08:59:23 PDT 2019


thakis added a comment.

It seems to work for me from what I can tell:

  $ out/gn/bin/clang-cl /c -fprofile-instr-generate /TC /dev/null -### -no-canonical-prefixes 2>&1 | grep -o 'dependent-lib=[^"]*'
  dependent-lib=libcmt
  dependent-lib=oldnames
  dependent-lib=out/gn/lib/clang/9.0.0/lib/windows/clang_rt.profile-x86_64.lib


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