1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/Transforms
Devang Patel 8ee9065162 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.

llvm-svn: 36652
2007-05-02 21:39:20 +00:00
..
Hello Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Instrumentation Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
IPO Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Scalar Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Utils Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Makefile Build Hello by default so it can be used in test cases. 2007-04-11 21:03:37 +00:00