[flang] Update CommandTest for AIX (NFC) (#118403)
[llvm-project.git] / llvm / test / tools / dsymutil / X86 / dummy-debug-map.map
blobec5d8e4f150315576a7bfdc3ab6c4dbcc717f5cc
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 their 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:          'x86_64-apple-darwin'
10 objects:
11   - filename: 1.o
12     symbols:
13       - { sym: __Z3foov, objAddr: 0x0, binAddr: 0x10000, size: 0x10 }
14   - filename: 2.o
15     symbols:
16       - { sym: __Z3foov, objAddr: 0x0, binAddr: 0x20000, size: 0x10 }
17   - filename: 3.o
18     symbols:
19       - { sym: __Z3foov, objAddr: 0x0, binAddr: 0x30000, size: 0x20 }
20       - { sym: __ZN1S3bazIiEEvT_, objAddr: 0x0, binAddr: 0x30020, size: 0x10 }
21   - filename: 4.o
22     symbols:
23       - { sym: __Z3foov, objAddr: 0x0, binAddr: 0x40000, size: 0x10 }
24       - { sym: __ZZ11not_removedvE1b, objAddr: 0x0, binAddr: 0x40010, size: 0x10 }
25       - { sym: __ZZ7removedvE1a, objAddr: 0x0, binAddr: 0x40020, size: 0x10 }
26 ...