Skip to content

Commit 97ace00

Browse files
committed
bazel: fix build past 184ca39
1 parent 5aa5a2f commit 97ace00

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,13 +1785,12 @@ cc_library(
17851785

17861786
cc_library(
17871787
name = "CodeGenTypes",
1788-
srcs = [
1789-
"lib/CodeGen/LowLevelType.cpp",
1790-
],
1791-
hdrs = [
1792-
"include/llvm/CodeGen/LowLevelType.h",
1793-
"include/llvm/CodeGen/MachineValueType.h",
1794-
],
1788+
srcs = glob([
1789+
"lib/CodeGenTypes/**/*.cpp",
1790+
]),
1791+
hdrs = glob([
1792+
"include/llvm/CodeGenTypes/**/*.h",
1793+
]),
17951794
copts = llvm_copts,
17961795
deps = [
17971796
":Support",

0 commit comments

Comments
 (0)