[llvm] a610df5 - [test] Fix addr-label.ll after D99707

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Mon May 31 09:03:13 PDT 2021


Author: Arthur Eubanks
Date: 2021-05-31T09:02:07-07:00
New Revision: a610df533379036b2b305350be244677e3702bca

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

LOG: [test] Fix addr-label.ll after D99707

Needs REQUIRES.

Added: 
    

Modified: 
    llvm/test/CodeGen/Generic/addr-label.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Generic/addr-label.ll b/llvm/test/CodeGen/Generic/addr-label.ll
index e64f56564b63..2f9b9b796114 100644
--- a/llvm/test/CodeGen/Generic/addr-label.ll
+++ b/llvm/test/CodeGen/Generic/addr-label.ll
@@ -1,6 +1,8 @@
 ; RUN: llc %s -o - -mtriple=thumbv7-apple-darwin10
 ; RUN: llc %s -o -
 
+; REQUIRES: arm-registered-target
+
 ;; Reference to a label that gets deleted.
 define i8* @test1() nounwind {
 entry:


        


More information about the llvm-commits mailing list