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