[PATCH] D156095: [Bazel] Introduce `//compiler-rt:profile`
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 4 01:47:32 PDT 2023
chapuni added inline comments.
================
Comment at: utils/bazel/llvm-project-overlay/compiler-rt/BUILD.bazel:34-35
+ "lib/profile/*.h",
+ ], exclude = WIN32_ONLY_FILES
+ ) + select({
+ "@platforms//os:windows": WIN32_ONLY_FILES,
----------------
Seems wrong format. I'll fix it later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156095/new/
https://reviews.llvm.org/D156095
More information about the llvm-commits
mailing list