forked from OSchip/llvm-project
[gn build] (semi-manually) Port 5acd471698
This commit is contained in:
parent
ae93d8ea42
commit
8b391cd908
|
@ -5,6 +5,7 @@ static_library("TargetProcess") {
|
|||
"//llvm/lib/Support",
|
||||
]
|
||||
sources = [
|
||||
"ExecutorSharedMemoryMapperService.cpp",
|
||||
"JITLoaderGDB.cpp",
|
||||
"OrcRTBootstrap.cpp",
|
||||
"RegisterEHFrames.cpp",
|
||||
|
@ -13,4 +14,7 @@ static_library("TargetProcess") {
|
|||
"SimpleRemoteEPCServer.cpp",
|
||||
"TargetExecutionUtils.cpp",
|
||||
]
|
||||
if (current_os == "linux") {
|
||||
libs = [ "rt" ]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,6 +28,7 @@ unittest("OrcJITTests") {
|
|||
"OrcTestCommon.cpp",
|
||||
"RTDyldObjectLinkingLayerTest.cpp",
|
||||
"ResourceTrackerTest.cpp",
|
||||
"SharedMemoryMapperTest.cpp",
|
||||
"SimpleExecutorMemoryManagerTest.cpp",
|
||||
"SimplePackedSerializationTest.cpp",
|
||||
"SymbolStringPoolTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue