[PATCH] D11333: [libcxx] Add special warning flag detection logic to compiler.py

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 26 12:39:10 PDT 2015


jroelofs added inline comments.

================
Comment at: test/libcxx/compiler.py:195
@@ +194,3 @@
+            cmd.remove('-v')
+        out, err, rc = lit.util.executeCommand(cmd, input='#error\n')
+        assert rc != 0
----------------
... you could at least use `compileString` here.


http://reviews.llvm.org/D11333





More information about the cfe-commits mailing list