[llvm-dev] How does LLVM know where to resolve declared only functions?

Peng Yu via llvm-dev llvm-dev at lists.llvm.org
Fri Jan 25 18:13:16 PST 2019


Hi

In the generated .ll file, it may have something like this. How does
LLVM know where to look for the definition of printf? Is it documented
somewhere? Thanks.

declare i32 @printf(i8*, ...) #1

-- 
Regards,
Peng


More information about the llvm-dev mailing list