[PATCH] D59873: Add additional mangling for struct members of non trivial structs

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 27 10:15:14 PDT 2019


smeenai added a comment.

Do you need someone to commit this for you?



================
Comment at: clang/test/CodeGenObjC/nontrivial-c-struct-within-struct-name.m:1
+// RUN: %clang_cc1 -triple arm64-apple-ios11 -fobjc-arc -fblocks  -fobjc-runtime=ios-11.0 -emit-llvm -o - -DUSESTRUCT -I %S/Inputs %s | FileCheck %s
+
----------------
I think you can get rid of `-fblocks`, `-fobjc-runtime=ios-11.0`, `-DUSESTRUCT`, and `-I %S/Inputs`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59873





More information about the cfe-commits mailing list