Skip to content

Commit 7b27a0d

Browse files
rupprechtDhruvSrivastavaX
authored andcommitted
[bazel] Add TestingDemangle target for llvm#137947 (llvm#142419)
Added in f7e172d
1 parent f1bdc58 commit 7b27a0d

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)