mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[gn build] Add missing dependency to Extensions
This commit is contained in:
parent
ab36ed581b
commit
a8a0bb5888
@ -1,4 +1,5 @@
|
||||
static_library("Extensions") {
|
||||
output_name = "LLVMExtensions"
|
||||
sources = [ "Extensions.cpp" ]
|
||||
deps = [ "//llvm/lib/Support" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user