xref: /llvm-project/clang/test/Misc/cc1as-mmapsyms.c (revision eb549da9e5c1e626edb14ba9ce43e46ad3d088af)
1 // REQUIRES: aarch64-registered-target
2 // RUN: %clang -cc1as -triple aarch64 %s -filetype obj -mmapsyms=implicit -o %t.o
3 // RUN: llvm-readelf -s %t.o | FileCheck %s
4 
5 // CHECK: Symbol table '.symtab' contains 1 entries:
6 nop
7 
8 .data
9 .quad 0
10