[llvm] 427bda4 - [MC/AsmParser] layout-interdependency.s depends on having a proper triple

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 14:39:02 PDT 2020


Author: Quentin Colombet
Date: 2020-07-13T14:38:47-07:00
New Revision: 427bda4e9b370d8efa96a7dbf503cdcb45616802

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

LOG: [MC/AsmParser] layout-interdependency.s depends on having a proper triple

Fix the requirements for that test.

NFC

Added: 
    

Modified: 
    llvm/test/MC/AsmParser/layout-interdependency.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AsmParser/layout-interdependency.s b/llvm/test/MC/AsmParser/layout-interdependency.s
index 6e275e00d9ec..6310610a718c 100644
--- a/llvm/test/MC/AsmParser/layout-interdependency.s
+++ b/llvm/test/MC/AsmParser/layout-interdependency.s
@@ -1,4 +1,5 @@
 # RUN: not llvm-mc --filetype=obj %s -o /dev/null 2>&1 | FileCheck %s
+# REQUIRES: defaut_triple
 
 fct_end:
 


        


More information about the llvm-commits mailing list