forked from OSchip/llvm-project
[bazel] try to adapt a7691dee2d
This commit is contained in:
parent
35e350d5ba
commit
f595b51f50
|
@ -979,6 +979,7 @@ cc_library(
|
|||
|
||||
cc_library(
|
||||
name = "testing",
|
||||
testonly = 1,
|
||||
srcs = glob([
|
||||
"lib/Testing/*.cpp",
|
||||
]),
|
||||
|
@ -986,7 +987,9 @@ cc_library(
|
|||
includes = ["include"],
|
||||
deps = [
|
||||
":basic",
|
||||
":frontend",
|
||||
"//llvm:Support",
|
||||
"//llvm:gtest",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue