[PATCH] D62831: [CodeGen][ObjC] Add attribute "arc_retain_agnostic" to ObjC globals that are retain-agnostic
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 5 14:09:56 PDT 2019
ahatanak marked 2 inline comments as done.
ahatanak added inline comments.
================
Comment at: test/CodeGenObjC/local-static-block.m:59-60
// CHECK-LABEL-LP64: define void @FUNC2(
// CHECK: define internal void @_block_invoke{{.*}}(
// CHECK: call void %{{.*}}(i8* bitcast ({ i8**, i32, i32, i8*, %struct.__block_descriptor* }* @__block_literal_global{{.*}} to i8*), i32 %{{.*}})
----------------
erik.pilkington wrote:
> (Likewise, these should be CHECK-LP64, or this test shouldn't be using a check-prefix. Would you mind updating this?)
Fixed in r362651.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62831/new/
https://reviews.llvm.org/D62831
More information about the cfe-commits
mailing list