[llvm] aea7578 - [NFC] Fix test reserve_global_reg.ll after 2d739f9

Russell Gallop via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 18 07:04:52 PST 2019


Author: Russell Gallop
Date: 2019-11-18T15:04:32Z
New Revision: aea7578fade2563cb5ea60548914667b515c457a

URL: https://github.com/llvm/llvm-project/commit/aea7578fade2563cb5ea60548914667b515c457a
DIFF: https://github.com/llvm/llvm-project/commit/aea7578fade2563cb5ea60548914667b515c457a.diff

LOG: [NFC] Fix test reserve_global_reg.ll after 2d739f9

Added: 
    

Modified: 
    llvm/test/Feature/reserve_global_reg.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Feature/reserve_global_reg.ll b/llvm/test/Feature/reserve_global_reg.ll
index 06081cae1fb2..405f3eea00a5 100644
--- a/llvm/test/Feature/reserve_global_reg.ll
+++ b/llvm/test/Feature/reserve_global_reg.ll
@@ -1,3 +1,4 @@
+; REQUIRES: arm
 ; RUN: not llc < %s -mtriple=thumbv7-apple-darwin -mattr=+reserve-r7 -o - 2>&1 | FileCheck -check-prefix=CHECK-RESERVE-FP7 %s
 ; RUN: not llc < %s -mtriple=armv7-windows-msvc -mattr=+reserve-r11 -o - 2>&1 | FileCheck -check-prefix=CHECK-RESERVE-FP11 %s
 ; RUN: not llc < %s -mtriple=thumbv7-windows -mattr=+reserve-r11 -o - 2>&1 | FileCheck -check-prefix=CHECK-RESERVE-FP11-2 %s


        


More information about the llvm-commits mailing list