[LLVMdev] Internalize or build broken?

Chris Lattner sabre at nondot.org
Tue Oct 18 18:43:04 PDT 2005


On Tue, 18 Oct 2005, W Shumaker wrote:
> I also updated the code and did a clean build with VS. I get the following error:
>
> \llvm\include\llvm\Transforms\LinkAllPasses.h(79) : error C2660: 'llvm::createInternalizePass' : function does not take 0 arguments
>
> Is this also related?

Yes.  This should fix it, lemme know if it doesn't:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20051017/028779.html

-Chris


> At 02:45 PM 10/18/2005, you wrote:
>> On Tue, 18 Oct 2005, Robert L. Bocchino Jr. wrote:
>>> I just updated my tree, and when I do a clean rebuild, I get errors like this:
>>>
>>> WARNING: Internalize couldn't load file '/comp_genericeh.lst'!
>>> WARNING: Internalize couldn't load file '/comp_main.lst'!
>>> WARNING: Internalize couldn't load file '/comp_sjljeh.lst'!
>>> WARNING: Internalize couldn't load file '/../gc_exported_symbols.lst'!
>>>
>>> It looks like the necessary files are there, but either the build environment isn't finding them, or Internalize can't load them for some other reason.
>>>
>>> Someone changed Internalize recently, right?  Is it possible this change introduced a bug?  Thanks.
>>
>> Interesting.  I didn't notice these warnings in my build, but now that you mention it, I do.  :)  Thanks for pointing this out, it looks like a makefile bug, I'll take care of it.
>>
>> -Chris
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/




More information about the llvm-dev mailing list