This test was not written to include checks for ptrauth

This commit is contained in:
Arnold Schwaighofer
2023-05-16 09:28:14 -07:00
parent aa07794545
commit 99664effc6

View File

@@ -2,6 +2,8 @@
// RUN: %target-swift-frontend -emit-module -enable-library-evolution -emit-module-path=%t/resilient_struct.swiftmodule -module-name=resilient_struct %S/../Inputs/resilient_struct.swift
// RUN: %target-swift-frontend -Xllvm -sil-disable-pass=OnoneSimplification -I %t -emit-ir %s | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-ptrsize
// UNSUPPORTED: CPU=arm64e
// REQUIRES: PTRSIZE=64
import Builtin