File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- @ RUN: llvm-nm -print-size -arch armv7m %p/Inputs/print-size.macho-armv7m 2>&1 | FileCheck %s
1
+ @ RUN: llvm-nm -- print-size - -arch armv7m %p/Inputs/print-size.macho-armv7m 2>&1 | FileCheck %s
2
2
3
3
@ CHECK: warning: sizes with -print-size for Mach-O files are always zero.
Original file line number Diff line number Diff line change 2
2
; RUN: grep -v "module asm" %s | llvm-as -o %t/embedded.bc
3
3
; RUN: llc -I=%t -filetype=obj -o %t/obj.o %s
4
4
; RUN: llvm-ar crs %t/lib.a %t/obj.o
5
- ; RUN: llvm-nm -m -no-llvm-bc %t/lib.a | FileCheck %s
5
+ ; RUN: llvm-nm -m -- no-llvm-bc %t/lib.a | FileCheck %s
6
6
7
7
target triple = "x86_64-apple-macosx10.11"
8
8
Original file line number Diff line number Diff line change 1
- // #Check th at with common switch commons are added to bss or
1
+ // #Check th at with common switch commons are added to bss or
2
2
// #Shown as * COM * otherwise their size is discounted
3
3
// RUN: llvm - mc %s - o %t.o - filetype=obj - triple=x86_64 - pc - linux
4
- // RUN: llvm - size - A - common %t.o | FileCheck -- check - prefix= " SYSV" %s
5
- // RUN: llvm - size - B - common %t.o| FileCheck -- check - prefix= " BSD" %s
6
- // RUN: llvm - size - A %t.o | FileCheck -- check - prefix= " SYSVNOCOMM" %s
7
- // RUN: llvm - size - B %t.o| FileCheck -- check - prefix= " BSDNOCOMM" %s
4
+ // RUN: llvm - size - A -- common %t.o | FileCheck -- check - prefix=SYSV %s
5
+ // RUN: llvm - size - B -- common %t.o | FileCheck -- check - prefix=BSD %s
6
+ // RUN: llvm - size - A %t.o | FileCheck -- check - prefix=SYSVNOCOMM %s
7
+ // RUN: llvm - size - B %t.o | FileCheck -- check - prefix=BSDNOCOMM %s
8
8
.type x , @object
9
9
.comm x , 4 , 4
10
10
.type y , @object
You can’t perform that action at this time.
0 commit comments