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 3e4c9dc commit 67f4d84Copy full SHA for 67f4d84
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -941,6 +941,7 @@ filegroup(
941
cc_library(
942
name = "Core",
943
srcs = glob([
944
+ "include/llvm/ProfileData/MemProfCommon.h",
945
"lib/IR/*.cpp",
946
"lib/IR/*.h",
947
]),
@@ -1146,7 +1147,6 @@ cc_library(
1146
1147
deps = [
1148
":BitstreamReader",
1149
":BitstreamWriter",
- ":Core",
1150
":DebugInfo",
1151
":DebugInfoDWARF",
1152
":Demangle",
0 commit comments