We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9bb72 commit 650ede4Copy full SHA for 650ede4
test/ClangImporter/inlinable_bitfields.swift
@@ -2,6 +2,9 @@
2
// RUN: %target-swift-frontend %clang-importer-sdk %S/Inputs/inlinable_bitfields_other.swift -emit-module -emit-module-path %t/inlinable_bitfields_other.swiftmodule
3
// RUN: %target-swift-frontend %clang-importer-sdk -I %t %s -emit-ir -disable-llvm-optzns -O | %FileCheck %s -DINT=i%target-ptrsize
4
5
+// rdar://46486435
6
+// REQUIRES: CPU=x86_64
7
+
8
import inlinable_bitfields_other
9
10
public func g(_ m: MM) -> UInt32 {
0 commit comments