search for: x86asmwrit

Displaying 7 results from an estimated 7 matches for "x86asmwrit".

Did you mean: x86asmwriter
2006 May 24
3
[LLVMdev] Error with llc after using llvm-g++ WIN32
.../llvm/llvm/include/llvm/PassAnalysisSupport.h", line 76 AC> Aborted Same for me. AC> Wihtout the -march specified (using native x86 assembly) it does AC> convert it into assembly, but is uncompilable (with some unecognized "," (comma) AC> characters in the .s file). Yes. X86AsmWriter should be fixed. I've submitted patches for that in this maillist some days ago. AC> Does anyone have an idea why these two errors happen and has anyone AC> successfully used llvm-g++ on a WIN32 platform to compile files into bytecode AC> and used llc to convert back into C/assembly...
2006 May 25
3
[LLVMdev] Error with llc after using llvm-g++ WIN32
...borted > > Same for me. > > > > AC> Wihtout the -march specified (using native x86 assembly) it does > > AC> convert it into assembly, but is uncompilable (with some > > unecognized "," (comma) > > AC> characters in the .s file). > > Yes. X86AsmWriter should be fixed. I've submitted patches for that in > > this maillist some days ago. > > Could you resent? I cannot find your patch submission. > > Thanks, > > Evan > > > > AC> Does anyone have an idea why these two errors happen and has > > anyone...
2006 May 24
0
[LLVMdev] Error with llc after using llvm-g++ WIN32
...ot;, > line 76 > AC> Aborted > Same for me. > > AC> Wihtout the -march specified (using native x86 assembly) it does > AC> convert it into assembly, but is uncompilable (with some > unecognized "," (comma) > AC> characters in the .s file). > Yes. X86AsmWriter should be fixed. I've submitted patches for that in > this maillist some days ago. Could you resent? I cannot find your patch submission. Thanks, Evan > > AC> Does anyone have an idea why these two errors happen and has > anyone > AC> successfully used llvm-g++ on a...
2006 May 26
2
[LLVMdev] Error with llc after using llvm-g++ WIN32
...> > > > > > AC> Wihtout the -march specified (using native x86 assembly) it does > > > AC> convert it into assembly, but is uncompilable (with some > > > unecognized "," (comma) > > > AC> characters in the .s file). > > > Yes. X86AsmWriter should be fixed. I've submitted patches for that in > > > this maillist some days ago. > > > > Could you resent? I cannot find your patch submission. > > > > Thanks, > > > > Evan > > > > > > AC> Does anyone have an idea why the...
2006 May 25
0
[LLVMdev] Error with llc after using llvm-g++ WIN32
...borted > > Same for me. > > > > AC> Wihtout the -march specified (using native x86 assembly) it does > > AC> convert it into assembly, but is uncompilable (with some > > unecognized "," (comma) > > AC> characters in the .s file). > > Yes. X86AsmWriter should be fixed. I've submitted patches for > that in > > this maillist some days ago. > > Could you resent? I cannot find your patch submission. > > Thanks, > > Evan > > > > AC> Does anyone have an idea why these two errors happen and has > >...
2006 May 26
0
[LLVMdev] Error with llc after using llvm-g++ WIN32
...> > AC> Wihtout the -march specified (using native x86 assembly) it does > > > > AC> convert it into assembly, but is uncompilable (with some > > > > unecognized "," (comma) > > > > AC> characters in the .s file). > > > > Yes. X86AsmWriter should be fixed. I've submitted patches for that > > > in > > > > this maillist some days ago. > > > > > > Could you resent? I cannot find your patch submission. > > > > > > Thanks, > > > > > > Evan > > > >...
2006 May 09
0
[LLVMdev] Bootstrapping llvm-gcc4 on Mingw
...ilation goes further... > > 1. While compiling __main.o from libgcc2 I had complain about > ".local". It seems, that it isn't supported by win32 version of as. > After removing this line and compiling by hand everything goes further > (generated .s file attached). Maybe X86AsmWriter should be modified? Probably. Patches welcome :) > 2. While compiling gthr-win32.c I've got the following exception > stopped all compilation: > > ./cc1.exe -fpreprocessed h:\WINNT\Temp/ccAnbaaa.i -quiet -dumpbase gthr-win32.c > -auxbase-strip libgcc/./gthr-win32.o -g -O2 -W...