1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/CBackend
Chris Lattner a49f11bec4 Fix the big regression that has been killing the nightly tester these last
few days.  Apparently the old symbol table used to auto rename collisions in
the type symbol table and the new one does not.  It doesn't really make sense
for the new one to do so, so we just make the client do it.

llvm-svn: 13877
2004-05-28 05:47:27 +00:00
..
CTargetMachine.h SPECIFY a target data to initialize the CBE target with. Until now we have 2004-03-03 02:14:15 +00:00
Makefile Moved directory, update makefile 2004-02-13 23:31:12 +00:00
Writer.cpp Fix the big regression that has been killing the nightly tester these last 2004-05-28 05:47:27 +00:00