Hi, 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. Rob Robert L. Bocchino Jr. Ph.D. Student, Computer Science University of Illinois, Urbana-Champaign -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 722 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20051018/35b9f945/attachment.bin>
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 -- http://nondot.org/sabre/ http://llvm.org/
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
grumble, grumble, MS does not have llabs() llabs() is not defined in Visual Studio, however, _abs64() is. But if I switch to _abs64() the linker does not resolve __abs64(). I thought _abs64() was suppose to be in the CRT library. Any hints for a solution? c:\devwl\llvm\lib\CodeGen\SelectionDAG\DAGCombiner.cpp(295) : error C3861: 'llabs': identifier not found, even with argument-dependent lookup
Reasonably Related Threads
- [LLVMdev] Internalize or build broken?
- [LLVMdev] Internalize or build broken?
- [LLVMdev] missing llabs define in VS: DAGCombiner.cpp
- [LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
- [LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi