[gn build] Port 9ff4be640f

This commit is contained in:
LLVM GN Syncbot 2024-01-19 14:42:19 +00:00
parent 0d51c8704c
commit 535b197b8e

View File

@ -7,5 +7,8 @@ static_library("DWARFLinker") {
"//llvm/lib/Object",
"//llvm/lib/Support",
]
sources = [ "Utils.cpp" ]
sources = [
"DWARFLinkerBase.cpp",
"Utils.cpp",
]
}