Skip to content

Commit d143bfe

Browse files
authored
Update licm_and_global_addr.swift
Mark as executable test
1 parent 82d73b5 commit d143bfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/licm_and_global_addr.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// RUN: %target-build-swift -O %S/Inputs/licm_and_global_addr/main.swift %s -I%t %t/test.o -o %t/a.out
44
// RUN: %target-run %t/a.out | %FileCheck %s
55

6+
// REQUIRES: executable_test
7+
68
import Test
79

810
// Check that LICM does not move a global_addr above an alloc_global in case

0 commit comments

Comments
 (0)