BUILD.gn 278 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 static_library("Testing") { output_name = "clangTesting" configs += [ "//llvm/utils/gn/build:clang_code" ] deps = [ "//llvm/lib/Support", ] sources = [ # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py. "CommandLineArgs.cpp", ] }