search for: cmd_ll_as

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

2008 Nov 24
0
[LLVMdev] how to track down a kernel miscompilation?
...the time (~ 1 year ago) it was almost always instcombine and almost always volatile related. Now bugpoint has some ways to run the code by some external agent which I haven't investigated yet. Oh and if you are trying to construct an entire kernel bitcode file, the following rule will help: cmd_ll_as = echo "module asm \"" > $@ ; $(ASMCC) $(a_flags) -c -o - -S $< |perl -npe s/\"/\\\\22/g >> $@ ; echo "\"" >> $@ Andrew On Mon, Nov 24, 2008 at 5:49 AM, Török Edwin <edwintorok at gmail.com> wrote: > Hi, > > I am trying to...
2008 Nov 24
4
[LLVMdev] how to track down a kernel miscompilation?
Hi, I am trying to build the Linux kernel with LLVM. 'ARCH=um' appears to work, now I am trying to get 'ARCH=x86' to work. So far it seems there is something wrong with the boot vga code (it finds no video modes), the acpi code, and the serial console code. I am now trying to compile drivers/ with llvm-gcc and the rest with gcc-4.2 (I have a wrapper script), I am compiling to