From 4f20053b1ce835b7211122f52bf16327488cd75b Mon Sep 17 00:00:00 2001 From: Jeremy Morse Date: Tue, 29 Jan 2019 08:41:44 +0000 Subject: [PATCH] Fix an incorrectly configured test. This should have had a target triple in it, my mistake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352460 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/pr40427.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/DebugInfo/X86/pr40427.ll b/test/DebugInfo/X86/pr40427.ll index e7fa803a5f7..8b3a4b2b366 100644 --- a/test/DebugInfo/X86/pr40427.ll +++ b/test/DebugInfo/X86/pr40427.ll @@ -9,6 +9,8 @@ ; CHECK: ![[DBGVAR:[0-9]+]] = !DILocalVariable(name: "bees", +target triple = "x86_64-unknown-linux-gnu" + define i16 @lolwat(i1 %spoons, i64 *%bees, i16 %yellow, i64 *%more) { entry: br i1 %spoons, label %trueb, label %falseb -- 2.50.1