Address of Label and Indirect Branches in LLVM IR
📝
内容提要
The GCC Compiler supports a useful "Label as Values" extension, which allows code to take the address of a label and then later do an unconditional branch to an address specified as a void*. This...
🏷️
标签
➡️