blob: 2e99561cc9d3fa37a445bf064431d1926122237c [file] [log] [blame] [edit]
executable("clang-fuzzer-dictionary") {
configs += [ "//llvm/utils/gn/build:clang_code" ]
sources = [ "dictionary.c" ]
deps = [ "//clang/lib/Basic" ]
}