1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[gn build] Port 61fa9afe4c5b

This commit is contained in:
LLVM GN Syncbot 2021-07-19 18:24:10 +00:00
parent 644dc4b472
commit 0194fd0275

View File

@ -7,7 +7,7 @@ static_library("InterfaceStub") {
sources = [
"ELFObjHandler.cpp",
"ELFStub.cpp",
"TBEHandler.cpp",
"IFSHandler.cpp",
"IFSStub.cpp",
]
}