Displaying 3 results from an estimated 3 matches for "tmp_empty".
Did you mean:
_mm_empty
2013 Jun 01
2
[LLVMdev] Compile Linux Kernel module into LLVM bitcode
...uot;-emit-llvm" flag in the clang (previously gcc) commands that are shown with the verbose V=1 option. If the "-emit-llvm" flag *does* make it into the clang command, it doesn't create the .bc file and sometimes errors out like this:
====================
objdump: scripts/mod/.tmp_empty.o: File format not recognized
if [ "-pg" = "-pg" ]; then if [ scripts/mod/empty.o != "scripts/mod/empty.o" ]; then /home/kevin/split_io_Linux/scripts/recordmcount "scripts/mod/empty.o"; fi; fi;
gcc -Wp,-MD,scripts/mod/.mk_elfconfig.d -Wall -Wmissing-prot...
2013 Jun 01
0
[LLVMdev] Compile Linux Kernel module into LLVM bitcode
...see that it starts with BC (followed by nasty stuff). You can
use llvm-dis to turn this into a file containing human readable IR. The
following error output shows that indeed bitcode is being output:
and sometimes errors out like this:
>
> ====================
> objdump: scripts/mod/.tmp_empty.o: File format not recognized
> if [ "-pg" = "-pg" ]; then if [ scripts/mod/empty.o != "scripts/mod/empty.o" ]; then /home/kevin/split_io_Linux/scripts/recordmcount "scripts/mod/empty.o"; fi; fi;
> gcc -Wp,-MD,scripts/mod/.mk_elfconfig.d -Wall -W...
2013 Jun 08
1
[LLVMdev] Compile Linux Kernel module into LLVM bitcode
...ed by nasty stuff). You can
> use llvm-dis to turn this into a file containing human readable IR. The
> following error output shows that indeed bitcode is being output:
>
> and sometimes errors out like this:
> >
> > ====================
> > objdump: scripts/mod/.tmp_empty.o: File format not recognized
> > if [ "-pg" = "-pg" ]; then if [ scripts/mod/empty.o != "scripts/mod/empty.o" ]; then /home/kevin/split_io_Linux/scripts/recordmcount "scripts/mod/empty.o"; fi; fi;
> > gcc -Wp,-MD,scripts/mod/.mk_elfconfig....