search for: lbb0_0

Displaying 3 results from an estimated 3 matches for "lbb0_0".

Did you mean: lbb0_1
2018 Sep 22
3
Quick question: How to BuildMI mov64mi32 arbitrary MMB address to memory
Dear Mr. Northover, Thank you for the quick reply. You are correct about the address-mode operands :) . I guess an important detail left out was that the basic block (call it A) that wants to calculate the address of the target stationary trampoline basic block (call it B) will be moved around in memory during run-time. Our earlier solution, before the feature was implemented to move around (A)
2017 Nov 28
3
storing MBB MCSymbol in custom section
...fined temporary symbol However when only compiling (incompletely via -S), e.g. $clang calc_pi.c -o calc_pi -S , it does compile with the expected outputs and the basic block labels properly generated in my section. I get a file with proper labels e.g. __custom_section: .long 19 .quad .LBB0_0 .long 1 .quad .LBB0_1 .long 28 .quad .LBB0_2 .long 3 ... etc. TLDR: compiles correctly, will not link successfully to make a binary because the symbol of the basic block in the .text section doesn't exist. How do I ensure the Basic Block Symbol does not get destro...
2013 May 13
1
[LLVMdev] Problem with MachineFunctionPass and JMP
...; ADJCALLSTACKUP64 0, 0, %RSP<imp-def>, %EFLAGS<imp-def>, %RSP<imp-use> CMP32ri %EAX<kill>, 5, %EFLAGS<imp-def> JNE_4 <BB#2>, %EFLAGS<imp-use> But at the end, I get this error : fatal error: error in backend: unsupported relocation of undefined symbol 'LBB0_0' Any idea on what can the problem be ? Thx, cheers