aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/execute-only.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/execute-only.ll')
-rw-r--r--test/CodeGen/ARM/execute-only.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/execute-only.ll b/test/CodeGen/ARM/execute-only.ll
index b5d9d89f1f7..3f42ca3b5f4 100644
--- a/test/CodeGen/ARM/execute-only.ll
+++ b/test/CodeGen/ARM/execute-only.ll
@@ -2,6 +2,9 @@
; RUN: llc -mtriple=thumbv7m-eabi -mattr=+execute-only %s -o - | FileCheck --check-prefix=CHECK --check-prefix=CHECK-T2 %s
; RUN: llc -mtriple=thumbv8m.main-eabi -mattr=+execute-only %s -o - | FileCheck --check-prefix=CHECK --check-prefix=CHECK-T2 %s
+; CHECK-NOT: {{^ *}}.text{{$}}
+; CHECK: .section .text,"axy",%progbits,unique,0
+
@var = global i32 0
define i32 @global() minsize {