[PATCH] D27909: Add a lit test for PR31374

2016-12-18 Thread Yaxun Liu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL290075: Add a lit test for PR31374 (authored by yaxunl). Changed prior to commit: https://reviews.llvm.org/D27909?vs=81907=81910#toc Repository: rL LLVM https://reviews.llvm.org/D27909 Files:

[PATCH] D27909: Add a lit test for PR31374

2016-12-18 Thread Nico Weber via Phabricator via cfe-commits
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