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