[PATCH] D57427: [CodeGen][ObjC] Fix assert on calling `__builtin_constant_p` with ObjC objects.

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 29 22:20:01 PST 2019


ahatanak added a comment.

LGTM with one minor nit.



================
Comment at: clang/test/CodeGenObjC/builtin-constant-p.m:1
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -O3 -o - %s | FileCheck %s
+
----------------
Since this is just testing front-end's IRGen, can you pass `-disable-llvm-passes` ?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57427/new/

https://reviews.llvm.org/D57427





More information about the cfe-commits mailing list