We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa5a2f commit 97ace00Copy full SHA for 97ace00
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -1785,13 +1785,12 @@ cc_library(
1785
1786
cc_library(
1787
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
+ srcs = glob([
+ "lib/CodeGenTypes/**/*.cpp",
+ ]),
+ hdrs = glob([
+ "include/llvm/CodeGenTypes/**/*.h",
1795
copts = llvm_copts,
1796
deps = [
1797
":Support",
0 commit comments