[LLVMbugs] [Bug 8734] [MC assembler] .float not supported
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 28 14:38:31 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=8734
Pawel Worach <pawel.worach at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #4 from Pawel Worach <pawel.worach at gmail.com> 2011-01-28 16:38:30 CST ---
This still has issues with .float as used in Mesa.
clang -c -I../../include -I../../src/mesa -I../../src/mesa/main
-I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes
-std=c99 -ffast-math -fno-strict-aliasing -fPIC -DUSE_X86_64_ASM
-DHAVE_POSIX_MEMALIGN -DUSE_XCB -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1
-DIN_DRI_DRIVER -DHAVE_ALIAS -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING
x86-64/xform4.S -o x86-64/xform4.o
/tmp/cc-qEQXDZ.s:99:9: error: unexpected token in directive
.float 0f+1.0
^
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list