search for: simplefunction

Displaying 1 result from an estimated 1 matches for "simplefunction".

Did you mean: _simplefunction
2016 Oct 03
2
ThinLTO: module-scope inline assembly blocks
...c (XCode 8) and Ubuntu (ld.gold + LLVMgold plugin). However, I am running into trouble with module-scope inline assembly blocks. I have a module ASM with a function `foo` defined in an inline assembly block (and an LLVM IR `declare @foo()` for it). There is also a "normal" function `void simplefunction()` defined in the module. ``` module asm "\09.text" module asm "\09.globl\09foo" module asm "\09.align\0916, 0x90" module asm "\09.type\09foo, at function" module asm "foo:" module asm "\09movq %rdi, %rax" module asm "\09rorw $8, %ax&...