mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 20:34:58 +00:00
De-Window-ize a test
llvm-svn: 361250
This commit is contained in:
parent
669be17384
commit
96f79036c1
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user