[flang] Update CommandTest for AIX (NFC) (#118403)
[llvm-project.git] / llvm / test / tools / dsymutil / ARM / dummy-debug-map.map
bloba6fb47dd011342e911b18cb6353bd8961741fe64
1 # This is a dummy debug map used for some tests where the contents of the
2 # map are just an implementation detail. The tests wanting to use that file
3 # should put all there object files in an explicitely named sub-directory
4 # of Inputs, and they should be named 1.o, 2.o, ...
5 # As not finding an object file or symbols isn't a fatal error for dsymutil,
6 # you can extend this file with as much object files and symbols as needed.
8 ---
9 triple:          'armv7-apple-darwin'
10 objects:
11   - filename: 1.o
12     symbols:
13       - { sym: _bar, objAddr: 0x0, binAddr: 0x10000, size: 0x10 }
14 ...