Skip to Content.
Sympa Menu

svadev - [svadev] [SafeCode] Unable to build the LLVM from trunk

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

[svadev] [SafeCode] Unable to build the LLVM from trunk


Chronological Thread 
  • From: Umesh Kalappa <umesh.kalappa0 AT gmail.com>
  • To: svadev AT cs.uiuc.edu
  • Cc: cfe-dev AT cs.uiuc.edu, llvmdev <llvmdev AT cs.uiuc.edu>
  • Subject: [svadev] [SafeCode] Unable to build the LLVM from trunk
  • Date: Mon, 14 May 2012 15:02:46 +0530
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev>
  • List-id: <svadev.cs.uiuc.edu>

Hi All ,

Was trying to build the LLVM src from http://llvm.org/svn/llvm-project/llvm/branches/release_30 ,But unable to build the same and clang poped up with below error .

llvm[1]: Compiling IntervalMap.cpp for Debug build
In file included from /root/projects/safecode/llvm/lib/Support/IntervalMap.cpp:14:
/root/projects/safecode/llvm/include/llvm/ADT/IntervalMap.h:1980:32: error: use 'template' keyword to treat 'newNode' as a dependent template name
    Node[NewNode] = this->map->newNode<NodeT>();
                               ^
                               template
1 error generated.
make[1]: *** [/root/projects/safecode/build/lib/Support/Debug/IntervalMap.o] Error 1


Any lights will be appreciated on the above issue . 

Thanks 
Umesh 




Archive powered by MHonArc 2.6.16.

Top of Page