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:
parent
e36b0ead66
commit
b124a6f641
14
utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn
Normal file
14
utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn
Normal 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",
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user