llvm-6502/lib/Bytecode/Writer
Devang Patel 3e15bf33e0 Use 'static const char' instead of 'static const int'.
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36652 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-02 21:39:20 +00:00
..
Makefile Use archive libraries instead of object files for VMCore, BCReader, 2006-06-01 01:30:27 +00:00
SlotCalculator.cpp Implement review feedback. Aliasees can be either GlobalValue's or 2007-04-28 13:45:00 +00:00
SlotCalculator.h For PR1146: 2007-04-09 06:14:31 +00:00
Writer.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
WriterInternals.h For PR1146: 2007-04-09 06:14:31 +00:00