Mercurial > hg > CbC > CbC_llvm
comparison lld/test/ELF/reproduce-windows.s @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children | 0572611fdcc8 |
comparison
equal
deleted
inserted
replaced
147:c2174574ed3a | 150:1d019706d866 |
---|---|
1 # REQUIRES: x86 | |
2 | |
3 # Test that a repro archive always uses / instead of \. | |
4 # RUN: rm -rf %t.dir | |
5 # RUN: mkdir -p %t.dir/build | |
6 # RUN: llvm-mc %s -o %t.dir/build/foo.o -filetype=obj -triple=x86_64-pc-linux | |
7 # RUN: cd %t.dir | |
8 # RUN: ld.lld build/foo.o --reproduce repro.tar | |
9 # RUN: tar tf repro.tar | FileCheck %s | |
10 | |
11 # CHECK: repro/response.txt | |
12 # CHECK: repro/{{.*}}/build/foo.o |