Skip to content

Commit 57b50a9

Browse files
committed
[bazel] port 2ae968a
1 parent cab4c10 commit 57b50a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ cc_library(
14081408
"lib/Transforms/Instrumentation/*.inc",
14091409
]),
14101410
hdrs = glob(["include/llvm/Transforms/Instrumentation/*.h"]) + [
1411-
"include/llvm/Transforms/Instrumentation.h",
1411+
"include/llvm/Transforms/Utils/Instrumentation.h",
14121412
],
14131413
copts = llvm_copts,
14141414
deps = [

0 commit comments

Comments
 (0)