Skip to content

Commit 9eb1e82

Browse files
committed
[gn build] Add missing dependency to clang-fuzzer-dictionary
1 parent ea82a82 commit 9eb1e82

File tree

1 file changed

+1
-0
lines changed
  • llvm/utils/gn/secondary/clang/tools/clang-fuzzer/dictionary

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
executable("clang-fuzzer-dictionary") {
22
configs += [ "//llvm/utils/gn/build:clang_code" ]
33
sources = [ "dictionary.c" ]
4+
deps = [ "//clang/lib/Basic" ]
45
}

0 commit comments

Comments
 (0)