Displaying 4 results from an estimated 4 matches for "ragha".
Did you mean:
raghu
2013 Jul 10
3
[LLVMdev] Getting strcut member attributes
...{
OPT A a;
MAN int i;
};
After parsing the above .h file, how to get the attributes of B members specifically
for member A which is prefixed with OPT...
So far am able to get type of a as A but unable to OPT...as it might be preprocessed and as it is empty
it may discarded or...
regards
ragha
2013 May 22
2
[LLVMdev] Linking Debug+Asserts Shared Library libclang.so: final link failed: Bad value
...able-targets=x86 --enable-embed-stdcxx=yes --enable-jit=no CXXFLAGS=-fPIC CFLAGS=-fPIC
Now i get this strange error,cannot link, pls help...how to proceed.
llvm[4]: Linking Debug+Asserts Shared Library libclang.so
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: /home1/ragha/llvmsrc/llvm-3.2.src/build/tools/clang/tools/libclang/Debug+Asserts/ARCMigrate.o: relocation R_X86_64_PC32 against `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::data() const@@GLIBCXX_3.4' can not be used when making a shared object; recompile with -f...
2013 Jul 11
0
[LLVMdev] Getting strcut member attributes
...{
OPT A a;
MAN int i;
};
After parsing the above .h file, how to get the attributes of B members specifically
for member A which is prefixed with OPT...
So far am able to get type of a as A but unable to OPT...as it might be preprocessed and as it is empty
it may discarded or...
regards
ragha
_______________________________________________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2013 May 22
0
[LLVMdev] Linking Debug+Asserts Shared Library libclang.so: final link failed: Bad value
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Raghavendra K
> Subject: [LLVMdev] Linking Debug+Asserts Shared Library libclang.so: final link failed: Bad value
> llvm[4]: Linking Debug+Asserts Shared Library libclang.so
> /usr/lib64/gcc/x86_64-suse-linux/4.1.2
You might want to consider trying a version of gcc that's less than six yea...