1
0
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:
Arthur Eubanks 2020-09-29 20:12:00 -07:00
parent ab36ed581b
commit a8a0bb5888

View File

@ -1,4 +1,5 @@
static_library("Extensions") {
output_name = "LLVMExtensions"
sources = [ "Extensions.cpp" ]
deps = [ "//llvm/lib/Support" ]
}