[PATCH] D138470: [bazel] Restore libpfm as a conditional dependency for exegesis.
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 29 11:58:59 PST 2022
chapuni added a comment.
I am using LLVM Bazel repository without LLVM's `WORKSPACE`.
================
Comment at: utils/bazel/llvm-project-overlay/llvm/BUILD.bazel:2764
+ deps = select({
+ ":pfm_external": ["@pfm//:pfm_external"],
+ ":pfm_system": ["@pfm//:pfm_system"],
----------------
I think the naming of `@pfm//:pfm_external` would be different from other external libraries like `@llvm_foobar//:foobar`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138470/new/
https://reviews.llvm.org/D138470
More information about the llvm-commits
mailing list