diff options
| author | Kostya Serebryany <kcc@google.com> | 2015-05-12 03:10:42 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2015-05-12 03:10:42 +0000 |
| commit | 123e3eb0be6cd64b0563af2e0824063c1b34a142 (patch) | |
| tree | fe009a5b78808c62a0137a35dbc5cfb2a77b4ad2 /clang/tools/clang-format | |
| parent | 069391ac1509661e586d0a65f1cf60f91e879312 (diff) | |
| download | bcm5719-llvm-123e3eb0be6cd64b0563af2e0824063c1b34a142.tar.gz bcm5719-llvm-123e3eb0be6cd64b0563af2e0824063c1b34a142.zip | |
revert r237081 -- bad idea (-lcrypt may not be present)
llvm-svn: 237086
Diffstat (limited to 'clang/tools/clang-format')
| -rw-r--r-- | clang/tools/clang-format/fuzzer/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/tools/clang-format/fuzzer/CMakeLists.txt b/clang/tools/clang-format/fuzzer/CMakeLists.txt index a392a6754e0..c7772fcb2f0 100644 --- a/clang/tools/clang-format/fuzzer/CMakeLists.txt +++ b/clang/tools/clang-format/fuzzer/CMakeLists.txt @@ -8,5 +8,4 @@ add_clang_executable(clang-format-fuzzer target_link_libraries(clang-format-fuzzer ${CLANG_FORMAT_LIB_DEPS} LLVMFuzzer - crypto ) |

