[llvmlinux] Linux Kernel LLVM IR

PaX Team pageexec at freemail.hu
Tue Mar 5 17:12:24 UTC 2013


On 5 Mar 2013 at 17:22, Marcelo Sousa wrote:

> When I try the same approach for x86, I get several errors such as:
> 
> /home/scratch/llvmlinux/targets/x86_64/src/linux/arch/x86/include/asm/jump_label.h:16:6:
> error: expected '(' after 'asm'
>         asm goto("1:"

'asm goto' is a gcc extension and is not supported by clang.



More information about the LLVMLinux mailing list