From 9855a52b5bb8e010cde0ab17c9cbb44f5991e5f4 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Thu, 7 Dec 2017 01:22:10 +0000 Subject: [PATCH] [DebugInfo] Explicitly pass a triple to this test. As we emit different linetables format on different operating systems, this currently fails on linux. Speculative commit to fix the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319997 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/Generic/nodebug.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/Generic/nodebug.ll b/test/DebugInfo/Generic/nodebug.ll index a911cf13dff..67dd6549a4c 100644 --- a/test/DebugInfo/Generic/nodebug.ll +++ b/test/DebugInfo/Generic/nodebug.ll @@ -1,6 +1,6 @@ ; REQUIRES: object-emission -; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck %s +; RUN: %llc_dwarf < %s -filetype=obj -mtriple=x86_64-apple-darwin | llvm-dwarfdump -v - | FileCheck %s ; Test that a nodebug function (a function not appearing in the debug info IR ; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does -- 2.50.1