This is an archive of the discontinued LLVM Phabricator instance.

Add a lit test for PR31374
ClosedPublic

Authored by yaxunl on Dec 18 2016, 6:42 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

yaxunl updated this revision to Diff 81907.Dec 18 2016, 6:42 PM
yaxunl retitled this revision from to Add a lite test for PR31374.
yaxunl updated this object.
yaxunl added a reviewer: thakis.
yaxunl retitled this revision from Add a lite test for PR31374 to Add a lit test for PR31374.
yaxunl added a subscriber: cfe-commits.
thakis accepted this revision.Dec 18 2016, 6:46 PM
thakis edited edge metadata.

Thanks!

test/CodeGenObjC/nullptr-assert.m
1 ↗(On Diff #81907)

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

This revision is now accepted and ready to land.Dec 18 2016, 6:46 PM
This revision was automatically updated to reflect the committed changes.