mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
18a8d29140
This adds support for the arm64_32 watchOS ABI to LLVM's low level tools, teaching them about the specific MachO choices and constants needed to disassemble things. llvm-svn: 360663
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
RUN: llvm-nm -arch arm64_32 %p/../Inputs/trivial-object-test.macho-arm64_32 \
|
|
RUN: | FileCheck %s
|
|
|
|
CHECK: 00000000 T _foo
|
|
CHECK: 00000000 t ltmp0
|