From ab42578bdd00f1738a1a9ff41481faf9673110ce Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Thu, 30 Jan 2014 01:39:17 +0000 Subject: Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple' This incorporates a couple of fixes reviewed at http://llvm-reviews.chandlerc.com/D2651 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200440 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Linker/type-unique-simple-a.ll | 2 +- test/Linker/type-unique-simple2-a.ll | 2 +- test/Linker/type-unique-simple2.ll | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/Linker') diff --git a/test/Linker/type-unique-simple-a.ll b/test/Linker/type-unique-simple-a.ll index 4bfdff977d..ef70ba293d 100644 --- a/test/Linker/type-unique-simple-a.ll +++ b/test/Linker/type-unique-simple-a.ll @@ -2,7 +2,7 @@ ; RUN: llvm-link %s %p/type-unique-simple-b.ll -S -o %t ; RUN: cat %t | FileCheck %s -check-prefix=LINK -; RUN: llc -filetype=obj -O0 < %t > %t2 +; RUN: %llc_dwarf -filetype=obj -O0 < %t > %t2 ; RUN: llvm-dwarfdump -debug-dump=info %t2 | FileCheck %s ; Make sure the backend generates a single DIE and uses ref_addr. diff --git a/test/Linker/type-unique-simple2-a.ll b/test/Linker/type-unique-simple2-a.ll index bb18292b43..782bbac4e7 100644 --- a/test/Linker/type-unique-simple2-a.ll +++ b/test/Linker/type-unique-simple2-a.ll @@ -1,6 +1,6 @@ ; REQUIRES: object-emission ; -; RUN: llvm-link %s %p/type-unique-simple2-b.ll -S -o - | llc -filetype=obj -O0 | llvm-dwarfdump -debug-dump=info - | FileCheck %s +; RUN: llvm-link %s %p/type-unique-simple2-b.ll -S -o - | %llc_dwarf -filetype=obj -O0 | llvm-dwarfdump -debug-dump=info - | FileCheck %s ; ; Tests for a merge error where attributes are inserted twice into the same DIE. ; diff --git a/test/Linker/type-unique-simple2.ll b/test/Linker/type-unique-simple2.ll index ead91df6da..8a56e2e80c 100644 --- a/test/Linker/type-unique-simple2.ll +++ b/test/Linker/type-unique-simple2.ll @@ -2,5 +2,5 @@ ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK -; RUN: llc -filetype=obj -O0 < %t > %t2 +; RUN: %llc_dwarf -filetype=obj -O0 < %t > %t2 ; RUN: llvm-dwarfdump -debug-dump=info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll -- cgit v1.2.3