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

[GN] Fix check-llvm

llvm-svn: 364493
This commit is contained in:
Vitaly Buka 2019-06-27 01:35:47 +00:00
parent e36b0ead66
commit b124a6f641

View File

@ -0,0 +1,14 @@
static_library("GSYM") {
output_name = "LLVMDebugInfoGSYM"
deps = [
"//llvm/lib/BinaryFormat",
"//llvm/lib/MC",
"//llvm/lib/Object",
"//llvm/lib/Support",
]
sources = [
"FunctionInfo.cpp",
"InlineInfo.cpp",
"Range.cpp",
]
}