File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler-rt/test/asan/TestCases/Windows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
// static build, there won't be any clang_rt DLLs.
10
10
// RUN: not grep cl""ang_rt %t || \
11
11
// RUN: grep cl""ang_rt %t | xargs which | \
12
- // RUN: xargs llvm-readobj -coff-imports | not grep dbghelp.dll %t
12
+ // RUN: xargs llvm-readobj -- coff-imports | not grep dbghelp.dll %t
13
13
14
14
extern " C" int puts (const char *);
15
15
Original file line number Diff line number Diff line change 1
1
# REQUIRES: ppc
2
2
# XFAIL: *
3
3
4
- # RUN: llvm-readelf -relocations --wide %p/Inputs/ppc64le-quadword-ldst.o | FileCheck --check-prefix=QuadInputRelocs %s
4
+ # RUN: llvm-readelf -r --wide %p/Inputs/ppc64le-quadword-ldst.o | FileCheck --check-prefix=QuadInputRelocs %s
5
5
6
6
# RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux %p/Inputs/shared-ppc64.s -o %t2.o
7
7
# RUN: ld.lld -shared %t2.o -o %t2.so
You can’t perform that action at this time.
0 commit comments