Skip to content

Commit 3290d62

Browse files
authored
[bazel] Add TestingDemangle target for #137947 (#142419)
Added in f7e172d
1 parent df5f65d commit 3290d62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5163,6 +5163,13 @@ cc_library(
51635163
],
51645164
)
51655165

5166+
cc_library(
5167+
name = "TestingDemangle",
5168+
testonly = True,
5169+
copts = llvm_copts,
5170+
textual_hdrs = glob(["include/llvm/Testing/Demangle/*.inc"]),
5171+
)
5172+
51665173
cc_library(
51675174
name = "TestingSupport",
51685175
testonly = True,

0 commit comments

Comments
 (0)