[PATCH] D20558: [LibFuzzer] Start cleaning up the CMakeLists.txt files.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 22:30:45 PDT 2016


delcypher marked 2 inline comments as done.

================
Comment at: lib/Fuzzer/test/CMakeLists.txt:35
@@ +34,3 @@
+    # FIXME: Use of XX here is to avoid CMP0054
+    if (NOT ("XX${flag}" MATCHES "XX-O[0123s]"))
+      set(new_flags "${new_flags} ${flag}")
----------------
Marking as done because I don't think the check is necessary. @aizatsky can ping if me if it is really necessary.


http://reviews.llvm.org/D20558





More information about the llvm-commits mailing list