search for: llc0

Displaying 2 results from an estimated 2 matches for "llc0".

Did you mean: llc
2002 Nov 07
5
From RISKS: secret scrubbing code removed by optimizers
This showed up in RISKS and no one has mentioned it here yet, so.. OpenSSH contains lots of code like: char *password = read_passphrase(prompt, 0); [do stuff] memset(password, 0, strlen(password));
2011 Dec 16
2
[LLVMdev] striping of stdio information in llvm-gcc and clang
.../var/tmp//ccGa4Zxh.o ld: fatal: Symbol referencing errors. No output written to print_linux collect2: ld returned 1 exit status I compiled the same code on Sparc directly, the .s file is the following without 'stderr' .file "print.c" .section ".rodata" .align 8 .LLC0: .asciz "Error!\n" .section ".text" .align 4 .global main .type main, #function .proc 04 main: !#PROLOGUE# 0 save %sp, -112, %sp !#PROLOGUE# 1 sethi %hi(__iob+32), %g1 or %g1, %lo(__iob+32), %o0 sethi %hi(.LLC0), %g1 or %g1, %lo(.LLC0), %o1 call fprintf, 0 nop m...