forked from OSchip/llvm-project
[gn build] Port f341161689
This commit is contained in:
parent
98c9b3362f
commit
816e9d81e2
|
@ -46,6 +46,7 @@ static_library("Orc") {
|
|||
"SimpleRemoteEPC.cpp",
|
||||
"SpeculateAnalyses.cpp",
|
||||
"Speculation.cpp",
|
||||
"TaskDispatch.cpp",
|
||||
"ThreadSafeModule.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -30,6 +30,7 @@ unittest("OrcJITTests") {
|
|||
"SimpleExecutorMemoryManagerTest.cpp",
|
||||
"SimplePackedSerializationTest.cpp",
|
||||
"SymbolStringPoolTest.cpp",
|
||||
"TaskDispatchTest.cpp",
|
||||
"ThreadSafeModuleTest.cpp",
|
||||
"WrapperFunctionUtilsTest.cpp",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue