From 6f6793ac9e03415265591fed412320f4daf4bec9 Mon Sep 17 00:00:00 2001 From: "Henrik G. Olsson" Date: Wed, 18 Oct 2023 14:59:58 +0200 Subject: [PATCH] [ObjC] Remove -no-opaque-pointers from test case rdar://117010859 --- clang/test/CodeGenObjC/objc-asm-attribute-test.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGenObjC/objc-asm-attribute-test.m b/clang/test/CodeGenObjC/objc-asm-attribute-test.m index e76f1be85d112..6a7674f19d0f5 100644 --- a/clang/test/CodeGenObjC/objc-asm-attribute-test.m +++ b/clang/test/CodeGenObjC/objc-asm-attribute-test.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -Wno-objc-root-class -no-opaque-pointers -emit-llvm -triple x86_64-apple-darwin %s -o - | FileCheck %s +// RUN: %clang_cc1 -Wno-objc-root-class -emit-llvm -triple x86_64-apple-darwin %s -o - | FileCheck %s // rdar://16462586 __attribute__((objc_runtime_name("MySecretNamespace.Protocol")))