[llvm-commits] [llvm] r81335 - in /llvm/trunk: include/llvm/Analysis/ProfileInfoLoader.h lib/Analysis/ProfileInfoLoader.cpp lib/Analysis/ProfileInfoLoaderPass.cpp lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp

Chris Lattner clattner at apple.com
Wed Sep 9 09:01:28 PDT 2009


On Sep 9, 2009, at 8:09 AM, Mike Stump wrote:

> On Sep 9, 2009, at 5:48 AM, Andreas Neustifter wrote:
>> Author: astifter
>> Date: Wed Sep  9 07:48:26 2009
>> New Revision: 81335
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=81335&view=rev
>> Log:
>> Updated ProfileInfo to have clean seperation between different
>> sentinels.
>
> Undefined symbols: "llvm::ProfileInfoLoader::Uncounted", referenced
> from: __ZN4llvm17ProfileInfoLoader9UncountedE$non_lazy_ptr in
> libLLVMAnalysis.a(ProfileInfoLoader.o) ld: symbol(s) not found
>
> ?  Did this build before checkin?  If so, out of curiosity, which
> compiler let that through?

Mike, feel free to immediately revert patches that you know break the  
build.  I've reverted this one,

-Chris




More information about the llvm-commits mailing list