Skip to content

Commit 27a8f00

Browse files
committed
[Bazel] Fixup for #110538, Rename SandboxIRValues.def to Values.def
1 parent c214af8 commit 27a8f00

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
@@ -1455,7 +1455,7 @@ cc_library(
14551455
]),
14561456
hdrs = glob(["include/llvm/SandboxIR/*.h"]),
14571457
copts = llvm_copts,
1458-
textual_hdrs = ["include/llvm/SandboxIR/SandboxIRValues.def"],
1458+
textual_hdrs = ["include/llvm/SandboxIR/Values.def"],
14591459
deps = [
14601460
":Analysis",
14611461
":Core",

0 commit comments

Comments
 (0)