llvm-project/llvm/utils/gn/secondary/clang/lib/Support/BUILD.gn

7 lines
190 B
Plaintext

static_library("Support") {
output_name = "clangSupport"
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [ "//llvm/lib/Support" ]
sources = [ "RISCVVIntrinsicUtils.cpp" ]
}