summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-symbolizer/ppc64.test
blob: 681557cd2e54d7d9941f80f5a6edff10ab693f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
// ppc64 was compiled from this source on a big-endian 64-bit PowerPC box
// with just "clang -nostdlib":
int foo() { return 0; }
int bar() { return foo(); }
int _start() { return bar(); }

RUN: llvm-symbolizer 0x1000014c 0x1000018c 0x100001cc -obj=%p/Inputs/ppc64 | FileCheck %s

CHECK: foo
CHECK: bar
CHECK: _start
OpenPOWER on IntegriCloud