| commit | 1d371882b6da32538d198004be1b272567b150a3 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Jan 19 02:09:44 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Jan 19 02:09:44 2010 +0000 |
| tree | d47549c7355b82b45fc88deac1208f457f218712 | |
| parent | 5e1a83c19672d57ad20a10bc415eb43572a21554 [diff] |
Cleanup handling of .zerofill on darwin: 1. TargetLoweringObjectFileMachO should decide if something goes in zerofill instead of having every target do it. 2. TargetLoweringObjectFileMachO should assign said symbols to the right MCSection, the asmprinters should just emit to the right section. 3. Since all zerofill stuff goes through mcstreamer anymore, MAI can have a bool "haszerofill" instead of having the textual directive to emit. llvm-svn: 93838