blob: 462b9b844cbecf3aed64d17095d1a0f55d316eed (
plain)
1
2
3
4
5
6
|
static_library("Support") {
output_name = "clangSupport"
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [ "//llvm/lib/Support" ]
sources = [ "RISCVVIntrinsicUtils.cpp" ]
}
|