You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
11
external/llvm/test/tools/llvm-size/darwin-m.test
vendored
Normal file
11
external/llvm/test/tools/llvm-size/darwin-m.test
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
RUN: llvm-size -m %p/Inputs/darwin-m.o | FileCheck --check-prefix="DARWIN" %s
|
||||
RUN: llvm-size -m %p/Inputs/darwin-m.o %p/Inputs/darwin-m1.o | FileCheck --check-prefix="DARWIN2" %s
|
||||
|
||||
DARWIN: Segment : 8
|
||||
DARWIN-NEXT: Section (__TEXT, __text): 4
|
||||
DARWIN-NEXT: Section (__DATA, __data): 4
|
||||
DARWIN-NEXT: total 8
|
||||
DARWIN-NEXT: total 8
|
||||
|
||||
DARWIN2: Inputs/darwin-m.o:
|
||||
DARWIN2: Inputs/darwin-m1.o:
|
Reference in New Issue
Block a user