Skip to content

Commit 872f971

Browse files
committed
[test] IRGen/cx16: Don't load legacy type info
1 parent 7362ff2 commit 872f971

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/IRGen/cx16.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// RUN: %target-swift-frontend -target x86_64-unknown-linux-gnu -parse-stdlib -disable-objc-interop %s -module-name main -emit-ir -o - | %FileCheck %s
2-
// RUN: %target-swift-frontend -target x86_64-unknown-windows-msvc -parse-stdlib -disable-objc-interop %s -module-name main -emit-ir -o - | %FileCheck %s
3-
// RUN: %target-swift-frontend -target x86_64-unknown-freebsd -parse-stdlib -disable-objc-interop %s -module-name main -emit-ir -o - | %FileCheck %s
4-
// RUN: %target-swift-frontend -target x86_64-apple-macosx10.9 -parse-stdlib -module-name main %s -emit-ir -o - | %FileCheck %s
1+
// RUN: %target-swift-frontend -target x86_64-unknown-linux-gnu -disable-legacy-type-info -parse-stdlib -disable-objc-interop %s -module-name main -emit-ir -o - | %FileCheck %s
2+
// RUN: %target-swift-frontend -target x86_64-unknown-windows-msvc -disable-legacy-type-info -parse-stdlib -disable-objc-interop %s -module-name main -emit-ir -o - | %FileCheck %s
3+
// RUN: %target-swift-frontend -target x86_64-unknown-freebsd -disable-legacy-type-info -parse-stdlib -disable-objc-interop %s -module-name main -emit-ir -o - | %FileCheck %s
4+
// RUN: %target-swift-frontend -target x86_64-apple-macosx10.9 -disable-legacy-type-info -parse-stdlib -module-name main %s -emit-ir -o - | %FileCheck %s
55

66
// REQUIRES: CODEGENERATOR=X86
77

0 commit comments

Comments
 (0)