mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
gn build: (manually) merge d23c61490c
This commit is contained in:
parent
f4b5dc3293
commit
ed7cbeba3c
@ -3,5 +3,6 @@ static_library("OpenMP") {
|
||||
|
||||
sources = [
|
||||
"OMPConstants.cpp",
|
||||
"OMPIRBuilder.cpp",
|
||||
]
|
||||
}
|
||||
|
@ -20,6 +20,7 @@ group("unittests") {
|
||||
"ExecutionEngine/JITLink:JITLinkTests",
|
||||
"ExecutionEngine/MCJIT:MCJITTests",
|
||||
"ExecutionEngine/Orc:OrcJITTests",
|
||||
"Frontend:LLVMFrontendTests",
|
||||
"FuzzMutate:FuzzMutateTests",
|
||||
"IR:IRTests",
|
||||
"LineEditor:LineEditorTests",
|
||||
|
15
utils/gn/secondary/llvm/unittests/Frontend/BUILD.gn
Normal file
15
utils/gn/secondary/llvm/unittests/Frontend/BUILD.gn
Normal file
@ -0,0 +1,15 @@
|
||||
import("//llvm/utils/unittest/unittest.gni")
|
||||
|
||||
unittest("LLVMFrontendTests") {
|
||||
deps = [
|
||||
"//llvm/lib/Analysis",
|
||||
"//llvm/lib/IR",
|
||||
"//llvm/lib/Frontend/OpenMP",
|
||||
"//llvm/lib/Passes",
|
||||
"//llvm/lib/Support",
|
||||
"//llvm/lib/Testing/Support",
|
||||
]
|
||||
sources = [
|
||||
"OpenMPIRBuilderTest.cpp",
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user