Displaying 7 results from an estimated 7 matches for "boltzmannstrasse".
2014 Feb 26
3
VirtFS accessmode
...l file operations are performed by the user running QEMU.
If I ran QEMU as root, the passthrough mode works as expected.
Is there the possibility to configure the passthrough access also for non-root users?
Thanks,
Matteo
Matteo Lanati
Distributed Resources Group
Leibniz-Rechenzentrum (LRZ)
Boltzmannstrasse 1
85748 Garching b. München (Germany)
Phone: +49 89 35831 8724
2010 Jan 28
2
[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
>
>
--
-------------------------------------------------------
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
2
[LLVMdev] llc generated assembly does not work with gcc 3.4.4
...tp://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
...;>>
>> 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
> -------------------------------------------------------
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://...
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)