search for: saggar

Displaying 11 results from an estimated 11 matches for "saggar".

Did you mean: sagar
2012 Dec 26
1
[LLVMdev] Compile error "YAMLTraits.cpp" for C++ member detector function
...t llvm::StringRef>". "/llvm/version2/llvm/lib/Support/YAMLTraits.cpp", line 589.6: 1540-0700 (I) The previous message was produced while processing "llvm::yaml::ScalarTraits<llvm::StringRef>::output(const StringRef &, void *, raw_ostream &)". Thanks Sunil Saggar -- ------------------- Thanks Sunil Saggar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121226/d9fffaa6/attachment.html>
2012 Oct 23
0
[LLVMdev] Error building llvm on AIX 7.1
...ello' gmake[2]: *** [Hello/.makeall] Error 2 gmake[2]: Leaving directory `/usr/llvm/llvm-3.1.src/lib/Transforms' gmake[1]: *** [Transforms/.makeall] Error 2 gmake[1]: Leaving directory `/usr/llvm/llvm-3.1.src/lib' gmake: *** [all] Error 1 Thanks On Tue, Oct 23, 2012 at 6:38 PM, Sunil Saggar <sunil.saggar at gmail.com>wrote: > Hi All, > > I am trying to build llvm on AIX. I installed all the required packages > including gcc, g++, etc > ./configure also went fine. but i tried to run gmake, i got the following > error: > > llvm[1]: Compiling MemoryBuffer.c...
2012 Oct 23
2
[LLVMdev] Error building llvm on AIX 7.1
Hi All, I am trying to build llvm on AIX. I installed all the required packages including gcc, g++, etc ./configure also went fine. but i tried to run gmake, i got the following error: llvm[1]: Compiling MemoryBuffer.cpp for Release+Asserts build llvm[1]: Compiling MemoryObject.cpp for Release+Asserts build llvm[1]: Compiling Mutex.cpp for Release+Asserts build llvm[1]: Compiling Path.cpp for
2012 Oct 23
2
[LLVMdev] Error building llvm on AIX 7.1
On 10/23/2012 12:20 PM, Sunil Saggar wrote: > I was able to process further by making some code changes and replacing > export-dynamic with -bexpfull in Makefile.config. Now, i am getting > following error while linking .. > > llvm[3]: Linking Release+Asserts Loadable Module LLVMHello.so What exactly was the linking co...
2012 Oct 25
0
[LLVMdev] Error building llvm on AIX 7.1
Any idea how to fix this makefile issue .. i am stuck here .. It seems i am missing some config paramter here .. If i copy the library to the respective location, the compilation proceeds further .. but there are multiple libraries which needs to be copied .. Please advise. gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/llvm/llvm-3.1.src/tools/llvm-config'
2012 Oct 25
0
[LLVMdev] Error building llvm on AIX 7.1
Pardon my ignorance but i didn't understand what it means by building it from separate directory .. # pwd /usr/llvm/llvm-3.1.src ===> entire source code is extracted here .. #gmake ... gmake[2]: Entering directory `/usr/llvm/llvm-3.1.src/tools/llvm-config' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/llvm/llvm-3.1.src/tools/llvm-config'
2013 Jan 23
0
[LLVMdev] Build Error while building AST lib. (DeclTemplate.h)
Hi All, I am facing a build issue while compiling llvm,clang on xlc 12.1 on AIX 7. In this case, template specialization code is not getting called. The code compiles fine if i remove the template specialization code [ 694-702 ] but fails later on. Please advise. 492 /// Declaration of a redeclarable template. 493 class RedeclarableTemplateDecl : public TemplateDecl, 494
2012 Oct 24
0
[LLVMdev] Error building llvm on AIX 7.1
AIX 7.1 & Power5 I have downloaded the llvm source and ran the following steps: 1. ./configure --enable-targets=powerpc 2. gmake Apart from it, i had to make a few changes. i. dladdr code has been commented for the time being and using the default constructor code for that method ii. In Makefile.config, 2 changes were done. +153 # Linker flags. +154 LDFLAGS+=-Wl,-G,-bexpfull +211
2012 Oct 26
1
[LLVMdev] llvm-config is broken ?
thanks for the reply ..I tried building it from outside ...but got a similar error .. # ls /llvm/src ==> src directory llvm-3.1.src # pwd /llvm/build ==> build directory #gmake libs-only ... ... gmake[2]: Leaving directory `/llvm/build/lib/DebugInfo' gmake[1]: Leaving directory `/llvm/build/lib' gmake[1]: Entering directory `/llvm/build/tools/llvm-config'
2012 Oct 24
2
[LLVMdev] Error building llvm on AIX 7.1
I googled and found that there was a bug raised with similar issue. http://llvm.org/bugs/show_bug.cgi?id=2210 I applied the code changes mentioned in the bug and it worked. Now, i am stuck at the following error. Working overit .. llvm[2]: Compiling SmallVectorTest.cpp for Release+Asserts build llvm[2]: Compiling SparseBitVectorTest.cpp for Release+Asserts build llvm[2]: Compiling
2012 Oct 25
3
[LLVMdev] llvm-config is broken ?
I am trying to compile llvm in AIX 7.1 machine.. I was able to run "gmake libs-only" and it worked well. However, gmake failed with the following error .. # pwd /usr/llvm/llvm-3.1.src/tools #gmake gmake[2]: Leaving directory `/usr/llvm/llvm-3.1.src/tools/llvm-config' gmake[2]: Entering directory `/usr/llvm/llvm-3.1.src/tools/opt' gmake[2]: *** No rule to make target