[LLVMdev] Linking two external linkage GlobalValues

Anton Korobeynikov asl at math.spbu.ru
Fri May 25 07:53:23 PDT 2007


Hello, Bram.

> My question: does this change break certain design decisions,  
> optimisations, ...?
This is bug in the source code. You have two symbols with the same name
in the different object files, which is definite redefinition. At least
one of them should be declared with "extern".

-- 
With best regards, Anton Korobeynikov.

Faculty of Mathematics & Mechanics, Saint Petersburg State University.





More information about the llvm-dev mailing list