diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-07-11 06:17:35 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-07-11 06:17:35 +0000 |
| commit | 5bacb00452782584e6690dce4cdc8b4a1e9fb3bf (patch) | |
| tree | 5ad5a245dde31305716a0a327800f58b4c3ccf9f /llvm/lib/Analysis/Interval.cpp | |
| parent | c1b8551e3a9d6420a6d00f3dfdeed3fea6ecbec8 (diff) | |
| download | bcm5719-llvm-5bacb00452782584e6690dce4cdc8b4a1e9fb3bf.tar.gz bcm5719-llvm-5bacb00452782584e6690dce4cdc8b4a1e9fb3bf.zip | |
Emit a symbol table entry for each function we output to the ELF file. This
allows objdump to know which function we are emitting to:
00000000 <foo>: <----
0: b8 01 00 00 00 mov $0x1,%eax
5: 03 44 24 04 add 0x4(%esp,1),%eax
9: c3 ret
... and allows .o files to be useful for linking :)
llvm-svn: 22378
Diffstat (limited to 'llvm/lib/Analysis/Interval.cpp')
0 files changed, 0 insertions, 0 deletions

