[Bazel] Fix Exegesis target reference and remove stray visibility

This commit is contained in:
Geoffrey Martin-Noble 2021-07-20 14:33:50 -07:00
parent c781eb153b
commit 3b2e40c08e
1 changed files with 1 additions and 2 deletions

View File

@ -546,7 +546,6 @@ cc_test(
tags = [
"local", # Not compatible with the sandbox on MacOS
],
visibility = ["//visibility:private"],
deps = [
"//llvm:AllTargetsCodeGens",
"//llvm:BinaryFormat",
@ -659,12 +658,12 @@ cc_test(
deps = [
"//llvm:AllTargetsCodeGens",
"//llvm:AllTargetsDisassemblers",
"//llvm:Exegesis",
"//llvm:MC",
"//llvm:MCDisassembler",
"//llvm:Support",
"//llvm:TestingSupport",
"//llvm:gtest",
"//llvm:gtest_main",
"//llvm:llvm-exegesis-lib",
],
)