Displaying 2 results from an estimated 2 matches for "tp53638p53668".
2013 Jan 14
2
[LLVMdev] linking standard c++ functions @_Znam and @_Znwm
I'm new to c++ programming and currently working on an llvm front-end
development project. When I link the object files created by llc, my linker
cannot locate the following functions. I know that these are standard c++
library functions but g++ cannot locate them. Now my question is that where
are these functions defined and how can I link them with my object files,
and actually what do they
2013 Jan 14
0
[LLVMdev] linking standard c++ functions @_Znam and @_Znwm
Hi Ali,
On 14/01/13 07:11, Ali Sedaghat wrote:
> I'm new to c++ programming and currently working on an |llvm| front-end
> development project. When I link the object files created by llc, my linker
> cannot locate the following functions.
what is the exact command you are using to link?
Ciao, Duncan.
I know that these are standard c++
> library functions but g++ cannot