Skip to content

Commit

Permalink
[Bazel] Fixup for #110538, Rename SandboxIRValues.def to Values.def
Browse files Browse the repository at this point in the history
  • Loading branch information
chapuni authored and puja2196 committed Oct 2, 2024
1 parent 618590d commit 772f987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ cc_library(
]),
hdrs = glob(["include/llvm/SandboxIR/*.h"]),
copts = llvm_copts,
textual_hdrs = ["include/llvm/SandboxIR/SandboxIRValues.def"],
textual_hdrs = ["include/llvm/SandboxIR/Values.def"],
deps = [
":Analysis",
":Core",
Expand Down

0 comments on commit 772f987

Please sign in to comment.