[PATCH] D27909: Add a lit test for PR31374
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 18 18:46:51 PST 2016
thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: test/CodeGenObjC/nullptr-assert.m:1
+// RUN: %clang_cc1 -Wno-objc-root-class -triple x86_64-- -emit-llvm -o - %s
+// REQUIRES: asserts
----------------
If the output isn't used, I think you can `-o /dev/null`, then running the test manually via `llvm-lit` isn't so wordy
https://reviews.llvm.org/D27909
More information about the cfe-commits
mailing list