Skip to content

Commit 9977071

Browse files
authored
Fix blaze build caused by commit #5d8e8e8 (#132719)
1 parent 071643f commit 9977071

File tree

1 file changed

+2
-2
lines changed
  • utils/bazel/llvm-project-overlay/compiler-rt

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cc_library(
6767
"lib/orc/error.h",
6868
"lib/orc/executor_address.h",
6969
"lib/orc/executor_symbol_def.h",
70-
"lib/orc/extensible_rtti.h",
70+
"lib/orc/rtti.h",
7171
"lib/orc/interval_map.h",
7272
"lib/orc/interval_set.h",
7373
"lib/orc/jit_dispatch.h",
@@ -85,7 +85,7 @@ cc_library(
8585
srcs = [
8686
"lib/orc/debug.cpp",
8787
"lib/orc/dlfcn_wrapper.cpp",
88-
"lib/orc/extensible_rtti.cpp",
88+
"lib/orc/rtti.cpp",
8989
"lib/orc/log_error_to_stderr.cpp",
9090
"lib/orc/run_program_wrapper.cpp",
9191
] + select({

0 commit comments

Comments
 (0)