1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/lib/Target/CBackend
Chris Lattner 1649c7d308 Temporarily disable this code, as it is emitting LLVM_NAN("nan") which results in a call to the
glibc 'nan' function because the initializer is not a string.  This breaks when used in a global
initializer.  Try compiling this testcase for example:

%X = global float <some nan value>

llvm-svn: 15223
2004-07-25 22:36:35 +00:00
..
CTargetMachine.h Auto-registrate target 2004-07-11 02:48:49 +00:00
Makefile
Writer.cpp Temporarily disable this code, as it is emitting LLVM_NAN("nan") which results in a call to the 2004-07-25 22:36:35 +00:00