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&id=81910#toc
Repository:
rL LLVM
https://reviews.llvm.org/D27909
Files:
c
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