forked from OSchip/llvm-project
[gn build] (semi-manually) port cc8df90b03
This commit is contained in:
parent
498693a7b5
commit
df8a79258f
|
@ -3,6 +3,7 @@ import("//llvm/utils/unittest/unittest.gni")
|
|||
unittest("LLVMFrontendTests") {
|
||||
deps = [
|
||||
"//llvm/lib/Analysis",
|
||||
"//llvm/lib/Frontend/OpenACC",
|
||||
"//llvm/lib/Frontend/OpenMP",
|
||||
"//llvm/lib/IR",
|
||||
"//llvm/lib/Passes",
|
||||
|
@ -10,6 +11,7 @@ unittest("LLVMFrontendTests") {
|
|||
"//llvm/lib/Testing/Support",
|
||||
]
|
||||
sources = [
|
||||
"OpenACCTest.cpp",
|
||||
"OpenMPContextTest.cpp",
|
||||
"OpenMPIRBuilderTest.cpp",
|
||||
"OpenMPParsingTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue