[llvm] [SandboxIR] Add bazel support (PR #107486)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 16:00:36 PDT 2024
================
@@ -1490,6 +1504,22 @@ cc_library(
],
)
+cc_library(
+ name = "SandboxVectorizer",
+ srcs = glob([
+ "lib/Transforms/Vectorize/SandboxVectorizer/*.cpp",
----------------
aeubanks wrote:
for consistency with the CMake build, this should be part of `Vectorize` above
https://github.com/llvm/llvm-project/pull/107486
More information about the llvm-commits
mailing list