Skip to content

Commit 67f4d84

Browse files
committed
[llvm][Bazel] Adjust according to changes in 4cfbe55
1 parent 3e4c9dc commit 67f4d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,7 @@ filegroup(
941941
cc_library(
942942
name = "Core",
943943
srcs = glob([
944+
"include/llvm/ProfileData/MemProfCommon.h",
944945
"lib/IR/*.cpp",
945946
"lib/IR/*.h",
946947
]),
@@ -1146,7 +1147,6 @@ cc_library(
11461147
deps = [
11471148
":BitstreamReader",
11481149
":BitstreamWriter",
1149-
":Core",
11501150
":DebugInfo",
11511151
":DebugInfoDWARF",
11521152
":Demangle",

0 commit comments

Comments
 (0)