search for: sprachen

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

2010 Jan 28
2
[LLVMdev] llc generated assembly does not work with gcc 3.4.4
...db "hello world\n\000" which is not digested by gcc. Alex Anton Korobeynikov schrieb: >> Well, can I enforce gcc compatible output somehow? >> > llc -x86-asm-syntax=att > > -- ------------------------------------------------------- Lehrstuhl I2 Seidl Sprachen und Beschreibungsstrukturen der Informatik Institut fuer Informatik Technische Universitaet Muenchen Boltzmannstrasse 3 85748 Garching http://www2.in.tum.de Telefon: +89 289 181806 Fax: +89 289 18161 -------------------------------------------------------
2009 Jan 07
1
[Asus Eee PC 900] as replacement for legacy BRI phone
...- OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e <matthias.apitz at oclc.org> - w http://www.oclc.org/ http://www.UnixArea.de/ b http://gurucubano.blogspot.com/ SPAMer of the year: Subject: Alle Software ist Deutsche Sprachen >From: -40 % die Neujahrsaktion <GabrielleKelley at grungecafe.com>
2010 Jan 28
2
[LLVMdev] llc generated assembly does not work with gcc 3.4.4
...______________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > -- ------------------------------------------------------- Lehrstuhl I2 Seidl Sprachen und Beschreibungsstrukturen der Informatik Institut fuer Informatik Technische Universitaet Muenchen Boltzmannstrasse 3 85748 Garching http://www2.in.tum.de Telefon: +89 289 181806 Fax: +89 289 18161 -------------------------------------------------------
2010 Jan 28
0
[LLVMdev] llc generated assembly does not work with gcc 3.4.4
> Well, can I enforce gcc compatible output somehow? llc -x86-asm-syntax=att -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Feb 09
0
[LLVMdev] llc generated assembly does not work with gcc 3.4.4
...d by gcc. > > Alex > > Anton Korobeynikov schrieb: >>> Well, can I enforce gcc compatible output somehow? >>> >> llc -x86-asm-syntax=att >> >> > > > -- > ------------------------------------------------------- > Lehrstuhl I2 Seidl > Sprachen und Beschreibungsstrukturen der Informatik > Institut fuer Informatik > Technische Universitaet Muenchen > > Boltzmannstrasse 3 85748 Garching > http://www2.in.tum.de > > Telefon: +89 289 181806 > Fax: +89 289 18161 > -----------------------------------------------------...
2010 Jan 27
0
[LLVMdev] llc generated assembly does not work with gcc 3.4.4
Anton, This is a because the "windows" x86 target defaults to intel syntax asm. I'm not even sure what the "windows" subtarget is if not for mingw or cygwin. Does it make sense to remove the "Windows" target and have "i686-pc-win32" just be a synonym for mingw? -Chris On Jan 27, 2010, at 1:32 AM, herz wrote: > The ll file: > > ; ModuleID
2010 Jan 27
3
[LLVMdev] llc generated assembly does not work with gcc 3.4.4
The ll file: ; ModuleID = 't.bc' target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f80:128:128-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32" target triple = "i686-pc-win32" @.str = private constant [13 x i8] c"hello world\0A\00" ; <[13 x i8]*> [#uses=1] define i32 @main(i32 %argc, i8** %argv)