Files
2023-10-13 14:01:41 +00:00

11 lines
190 B
Plaintext

cc_library_static {
name: "libLLVMVectorize",
defaults: [
"llvm-lib-defaults",
],
srcs: ["*.cpp"],
clang_cflags: [
"-Wno-user-defined-warnings",
],
}