Displaying 1 result from an estimated 1 matches for "assemble_asm".
2006 Mar 09
1
[LLVMdev] ignoring inline assembly
I'm trying to use LLVM to do some semantic analysis of the Linux kernel
source code and am having issues with the inline assembly. At this juncture
I really don't care about what the inline assembly contains and I don't
intend to actually run the compiled version of the source, so if there is a
way I can tell LLVM to pretend the inline assembly isn't there that would be
fantastic.