LLVM: Support LLVM 2.9 (#5103)
authorDavid Terei <davidterei@gmail.com>
Mon, 2 May 2011 08:03:13 +0000 (01:03 -0700)
committerDavid Terei <davidterei@gmail.com>
Wed, 4 May 2011 22:01:16 +0000 (15:01 -0700)
commit50e0db459cb1b1341bbd527a3c450f0930e6ab43
tree1106b342477ae71bb77c8b05a259a04a3e8c0ccf
parent22423fc93a008732e426f10f1b545b5d571173f3
LLVM: Support LLVM 2.9 (#5103)

Instead of using the GNU As subsection feature on Linux/Windows
for TNTC we now use the LLVM Mangler on all platforms.
compiler/llvmGen/LlvmCodeGen/Ppr.hs
compiler/llvmGen/LlvmMangler.hs
compiler/main/DriverPhases.hs
compiler/main/DriverPipeline.hs
compiler/main/SysTools.lhs