De-Window-ize a test

llvm-svn: 361250
This commit is contained in:
Paul Robinson 2019-05-21 12:08:42 +00:00
parent 669be17384
commit 96f79036c1

View File

@ -12,11 +12,11 @@
// RUN: llvm-dwarfdump -debug-info %t2.o | \
// RUN: FileCheck %s --check-prefixes=CHECK,RENAME
// RUN: llvm-mc -triple=x86_64-linux-unknown -filetype=obj -dwarf-version=4 \
// RUN: -g Inputs\subdir.s -o %t3.o
// RUN: -g Inputs/subdir.s -o %t3.o
// RUN: llvm-dwarfdump -debug-info %t3.o | \
// RUN: FileCheck %s --check-prefixes=CHECK,SUBDIR
// RUN: llvm-mc -triple=x86_64-linux-unknown -filetype=obj -dwarf-version=4 \
// RUN: -g Inputs\subdir.s -main-file-name sub-rename.s -o %t4.o
// RUN: -g Inputs/subdir.s -main-file-name sub-rename.s -o %t4.o
// RUN: llvm-dwarfdump -debug-info %t4.o | \
// RUN: FileCheck %s --check-prefixes=CHECK,SUB-RENAME