blob: e580187ff96ea5415edc158c3c305f02402f485b [file] [log] [blame]
static_library("Extensions") {
output_name = "LLVMExtensions"
sources = [ "Extensions.cpp" ]
deps = [ "//llvm/lib/Support" ]
}