[LLVMdev] Internalize or build broken?

W Shumaker llvm at zuik.net
Tue Oct 18 18:37:08 PDT 2005


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?

Wayne

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




More information about the llvm-dev mailing list