Skip to content

Commit 5cbc421

Browse files
committed
[bazel] Port 9c9d4b9
1 parent 2c739df commit 5cbc421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2937,6 +2937,8 @@ cc_library(
29372937
]),
29382938
hdrs = glob([
29392939
"include/llvm/ExecutionEngine/Orc/Shared/*.h",
2940+
] + [
2941+
"include/llvm/ExecutionEngine/Orc/SymbolStringPool.h",
29402942
]),
29412943
copts = llvm_copts,
29422944
deps = [

0 commit comments

Comments
 (0)