[gn build] (semi-manually) port cc8df90b03

This commit is contained in:
Nico Weber 2020-12-03 13:43:12 -05:00
parent 498693a7b5
commit df8a79258f
1 changed files with 2 additions and 0 deletions

View File

@ -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",