Skip to content

Commit e242d78

Browse files
committed
Disable on wasm
1 parent be5223f commit e242d78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/IRGen/loadable_by_address_reg2mem.sil

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// RUN: %target-swift-frontend %s -Xllvm -sil-print-types -Xllvm -sil-print-after=loadable-address -import-objc-header %S/Inputs/large_c.h -c -o %t/t.o 2>&1 | %FileCheck %s
22

3+
// wasm currently disables aggressive reg2mem
4+
// UNSUPPORTED: wasm
5+
// UNSUPPORTED: OS=wasi
6+
// UNSUPPORTED: CPU=wasm32
7+
38
sil_stage canonical
49

510
import Builtin

0 commit comments

Comments
 (0)