| commit | 4d7b2e33072d4087f9966cac3dda0008df264a70 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Wed Aug 26 22:49:51 2009 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Wed Aug 26 22:49:51 2009 +0000 |
| tree | 4594863e8bc2cdc6b3baa47835dad1b3f637a073 | |
| parent | c190523d7a3a93d37c4a5bb612a928cfe3e6957a [diff] |
llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text sections, etc. - The quick and dirty way, just clone the TargetLoweringObjectFile code. Eventually this should be shared... somehow. llvm-svn: 80168