From d65b57cf6b404563d1f649cd587052192869ab81 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Wed, 31 May 2017 01:42:55 +0000 Subject: [PATCH] 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304269 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/omit-empty.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/DebugInfo/omit-empty.ll b/test/DebugInfo/omit-empty.ll index 92450050d20..8b277676f94 100644 --- a/test/DebugInfo/omit-empty.ll +++ b/test/DebugInfo/omit-empty.ll @@ -1,4 +1,5 @@ ; RUN: %llc_dwarf %s -filetype=obj -o - | llvm-objdump -h - | FileCheck %s +; REQUIRES: default_triple ; CHECK-NOT: .debug_ -- 2.11.0