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",
|
"SimpleRemoteEPC.cpp",
|
||||||
"SpeculateAnalyses.cpp",
|
"SpeculateAnalyses.cpp",
|
||||||
"Speculation.cpp",
|
"Speculation.cpp",
|
||||||
|
"TaskDispatch.cpp",
|
||||||
"ThreadSafeModule.cpp",
|
"ThreadSafeModule.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,7 @@ unittest("OrcJITTests") {
|
||||||
"SimpleExecutorMemoryManagerTest.cpp",
|
"SimpleExecutorMemoryManagerTest.cpp",
|
||||||
"SimplePackedSerializationTest.cpp",
|
"SimplePackedSerializationTest.cpp",
|
||||||
"SymbolStringPoolTest.cpp",
|
"SymbolStringPoolTest.cpp",
|
||||||
|
"TaskDispatchTest.cpp",
|
||||||
"ThreadSafeModuleTest.cpp",
|
"ThreadSafeModuleTest.cpp",
|
||||||
"WrapperFunctionUtilsTest.cpp",
|
"WrapperFunctionUtilsTest.cpp",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue