Fix bazel test failures caused in #175435 (#175533)

This commit is contained in:
Karlo Basioli 2026-01-12 13:09:13 +00:00 committed by GitHub
parent 4790a14199
commit ff005aaa48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1798,6 +1798,7 @@ cc_library(
"//llvm:AllTargetsAsmParsers",
"//llvm:AllTargetsCodeGens",
"//llvm:Core",
"//llvm:JITLink",
"//llvm:ExecutionEngine",
"//llvm:MC",
"//llvm:Option",

View File

@ -687,7 +687,7 @@ cc_test(
args = [
# TODO: some tests fail with: "JIT session error: Symbols not found:
# [ _ZnwmPv26__clang_Interpreter_NewTag, __clang_Interpreter_SetValueWithAlloc ]
"--gtest_filter=-InterpreterTest.*:InterpreterTestBase.*",
"--gtest_filter=-InterpreterTest.*:OutOfProcessInterpreterTest.*",
],
deps = [
"//clang:ast",