1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[gn build] Port 0628705efaf

This commit is contained in:
LLVM GN Syncbot 2020-06-19 10:15:53 +00:00
parent 3e39d691ff
commit c06cf3682a

View File

@ -11,11 +11,11 @@ static_library("support") {
sources = [ sources = [
"Cancellation.cpp", "Cancellation.cpp",
"Context.cpp", "Context.cpp",
"FSProvider.cpp",
"Logger.cpp", "Logger.cpp",
"Markup.cpp", "Markup.cpp",
"Shutdown.cpp", "Shutdown.cpp",
"Threading.cpp", "Threading.cpp",
"ThreadsafeFS.cpp",
"Trace.cpp", "Trace.cpp",
] ]
} }