BUILD.gn 278 Bytes
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",
  ]
}