[llvm] r304269 - Mark a test as requiring a default triple

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 18:42:55 PDT 2017


Author: vedantk
Date: Tue May 30 20:42:55 2017
New Revision: 304269

URL: http://llvm.org/viewvc/llvm-project?rev=304269&view=rev
Log:
Mark a test as requiring a default triple

This test assumes that llc can infer a default triple. I'm not sure why
exactly, but the Verify MachineInstrs bot requires tests to be explicit
about this dependency.

This commit follows the lead from r248452 and adds in 'REQUIRES:
default_triple' to omit-empty.ll.

Bot URL: http://lab.llvm.org:8080/green/job/Verify-Machineinstrs_AArch64/7500

Modified:
    llvm/trunk/test/DebugInfo/omit-empty.ll

Modified: llvm/trunk/test/DebugInfo/omit-empty.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/omit-empty.ll?rev=304269&r1=304268&r2=304269&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/omit-empty.ll (original)
+++ llvm/trunk/test/DebugInfo/omit-empty.ll Tue May 30 20:42:55 2017
@@ -1,4 +1,5 @@
 ; RUN: %llc_dwarf %s -filetype=obj -o - | llvm-objdump -h - | FileCheck %s
+; REQUIRES: default_triple
 
 ; CHECK-NOT: .debug_
 




More information about the llvm-commits mailing list