]> granicus.if.org Git - llvm/commitdiff
De-Window-ize a test
authorPaul Robinson <paul.robinson@sony.com>
Tue, 21 May 2019 12:08:42 +0000 (12:08 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Tue, 21 May 2019 12:08:42 +0000 (12:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361250 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/ELF/debug-main-file.s

index 65f9350c15a85dcb6b73f6169af454156b7324f2..d5b0d44c596c9b6dcbe5566c6b29cd776d177338 100644 (file)
 // 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