[PATCH] D65543: [Windows] Autolink with basenames and add libdir to libpath

dmajor via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 30 08:39:47 PDT 2020


dmajor added a comment.

After this change, PGO builds of clang on Windows can no longer find `clang_rt.profile-x86_64.lib`. Is there some cmake magic that could potentially make this seamless? Or is it expected that the burden is on the user to set up the paths manually during the `LLVM_BUILD_INSTRUMENTED` phase?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65543





More information about the cfe-commits mailing list