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 f1bdc58 commit 7b27a0dCopy full SHA for 7b27a0d
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -5163,6 +5163,13 @@ cc_library(
5163
],
5164
)
5165
5166
+cc_library(
5167
+ name = "TestingDemangle",
5168
+ testonly = True,
5169
+ copts = llvm_copts,
5170
+ textual_hdrs = glob(["include/llvm/Testing/Demangle/*.inc"]),
5171
+)
5172
+
5173
cc_library(
5174
name = "TestingSupport",
5175
testonly = True,
0 commit comments