Skip to content

Commit 0c0e7a3

Browse files
authored
[bazel] Port 0a3e9aa (#142680)
llvm/lib/IR/RuntimeLibcalls.cpp needs to include llvm/lib/IR/ZOSLibcallNames.def
1 parent 97686f2 commit 0c0e7a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,10 @@ cc_library(
960960
"include/llvm/Analysis/WithCache.h",
961961
] + [":llvm_intrinsics_headers"],
962962
copts = llvm_copts,
963-
textual_hdrs = glob(["include/llvm/IR/*.def"]),
963+
textual_hdrs = glob([
964+
"include/llvm/IR/*.def",
965+
"lib/IR/*.def",
966+
]),
964967
deps = [
965968
":BinaryFormat",
966969
":Demangle",

0 commit comments

Comments
 (0)