File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
// FIXME: rdar://problem/19648117 Needs splitting objc parts out
2
2
// REQUIRES: objc_interop
3
3
4
+ // UNSUPPORTED: CPU=arm64_32
5
+
4
6
// RUN: echo '#include "header-to-print.h"' > %t.m
5
7
// RUN: %target-swift-ide-test(mock-sdk: %clang-importer-sdk) -source-filename %s -print-header -header-to-print %S/Inputs/print_clang_header/header-to-print.h -print-regular-comments -enable-objc-interop -disable-objc-attr-requires-foundation-module --cc-args %target-cc-options -isysroot %clang-importer-sdk-path -fsyntax-only %t.m -I %S/Inputs/print_clang_header > %t.txt
6
8
// RUN: diff -u %S/Inputs/print_clang_header/header-to-print.h.printed.txt %t.txt
Original file line number Diff line number Diff line change 3
3
// RUN: %S/Inputs/print_clang_header_swift_name.h -skip-unavailable --cc-args %target-cc-options \
4
4
// RUN: -isysroot %clang-importer-sdk-path -fsyntax-only %t.m -I %S/Inputs | %FileCheck %s
5
5
6
+ // UNSUPPORTED: CPU=arm64_32
7
+
6
8
// REQUIRES: objc_interop
7
9
8
10
// CHECK: enum Normal : Int {
You can’t perform that action at this time.
0 commit comments