Skip to content

Commit 650ede4

Browse files
committed
inlinable_bitfields.swift does not work on i386 and armv7k
rdar://46486435
1 parent 1c9bb72 commit 650ede4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/ClangImporter/inlinable_bitfields.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %target-swift-frontend %clang-importer-sdk %S/Inputs/inlinable_bitfields_other.swift -emit-module -emit-module-path %t/inlinable_bitfields_other.swiftmodule
33
// RUN: %target-swift-frontend %clang-importer-sdk -I %t %s -emit-ir -disable-llvm-optzns -O | %FileCheck %s -DINT=i%target-ptrsize
44

5+
// rdar://46486435
6+
// REQUIRES: CPU=x86_64
7+
58
import inlinable_bitfields_other
69

710
public func g(_ m: MM) -> UInt32 {

0 commit comments

Comments
 (0)