[PATCH] D55378: [compiler-rt] [test] Add missing cmake include for building libFuzzer alone
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 6 12:07:15 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL348524: [test] Add missing cmake include for building libFuzzer alone (authored by mgorny, committed by ).
Herald added a subscriber: delcypher.
Changed prior to commit:
https://reviews.llvm.org/D55378?vs=177017&id=177025#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55378/new/
https://reviews.llvm.org/D55378
Files:
compiler-rt/trunk/lib/fuzzer/tests/CMakeLists.txt
Index: compiler-rt/trunk/lib/fuzzer/tests/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/lib/fuzzer/tests/CMakeLists.txt
+++ compiler-rt/trunk/lib/fuzzer/tests/CMakeLists.txt
@@ -1,3 +1,5 @@
+include(CompilerRTCompile)
+
set(LIBFUZZER_UNITTEST_CFLAGS
${COMPILER_RT_UNITTEST_CFLAGS}
${COMPILER_RT_GTEST_CFLAGS}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55378.177025.patch
Type: text/x-patch
Size: 375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181206/3647e41e/attachment.bin>
More information about the cfe-commits
mailing list