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