[PATCH] D137982: [pgo] Avoid introducing relocations by using private alias
Mike Hommey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 19:47:37 PST 2022
glandium added a comment.
Try building clang with `-DLLVM_BUILD_INSTRUMENTED=IR` with a clang that contains your patch. If that's not enough, try adding `-DLLVM_LINK_LLVM_DYLIB=ON`. If that's not enough, I'll try to find the right set of flags from what we're using here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137982/new/
https://reviews.llvm.org/D137982
More information about the llvm-commits
mailing list