Displaying 6 results from an estimated 6 matches for "enable_visibility_inlines_hidden".
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
2013 May 22
2
[LLVMdev] Linking Debug+Asserts Shared Library libclang.so: final link failed: Bad value
Hi,
I downloaded latest 3.2 release of llvm and clang.
used configure to generate the make files
options used:
../configure --enable-debug-symbols=yes --enable-keep-symbols=yes --enable-pic=yes --enable-keep-symbols=yes --enable-debug-runtime=yes --enable-optimized=no --enable-targets=x86 --enable-embed-stdcxx=yes --enable-jit=no CXXFLAGS=-fPIC CFLAGS=-fPIC
Now i get this strange error,cannot
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...9;
DOTTY=''
DOXYGEN=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_CBE_PRINTF_A=''
ENABLE_DOXYGEN=''
ENABLE_EXPENSIVE_CHECKS=''
ENABLE_OPTIMIZED=''
ENABLE_PIC=''
ENABLE_THREADS=''
ENABLE_VISIBILITY_INLINES_HIDDEN=''
ENDIAN=''
EXEEXT=''
EXPENSIVE_CHECKS=''
EXTRA_OPTIONS=''
F77=''
FFLAGS=''
FIND=''
FLEX=''
GAS=''
GRAPHVIZ=''
GREP=''
GROFF=''
GV=''
GZIP=''
HAVE_PERL=''
HAVE_PTHREAD=...
2011 Dec 28
0
[LLVMdev] Linkage warning in current trunk
On 28.12.2011, at 19:02, Jonathan Ragan-Kelley wrote:
> Building on OS X 10.7.1 with the standard toolchain, I have seen the
> following linker warnings going back a number of versions in trunk
> whenever I build an executable linked with LLVM:
>
> ld: warning: direct access in llvm::fouts() to global weak
> symbol llvm::formatted_raw_ostream::~formatted_raw_ostream()
2011 Dec 28
2
[LLVMdev] Linkage warning in current trunk
Building on OS X 10.7.1 with the standard toolchain, I have seen the
following linker warnings going back a number of versions in trunk
whenever I build an executable linked with LLVM:
ld: warning: direct access in llvm::fouts() to global weak
symbol llvm::formatted_raw_ostream::~formatted_raw_ostream() means the
weak symbol cannot be overridden at runtime. This was likely caused by
2009 Jun 18
0
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...39;
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP=''
> ENABLE_CBE_PRINTF_A=''
> ENABLE_DOXYGEN=''
> ENABLE_EXPENSIVE_CHECKS=''
> ENABLE_OPTIMIZED=''
> ENABLE_PIC=''
> ENABLE_THREADS=''
> ENABLE_VISIBILITY_INLINES_HIDDEN=''
> ENDIAN=''
> EXEEXT=''
> EXPENSIVE_CHECKS=''
> EXTRA_OPTIONS=''
> F77=''
> FFLAGS=''
> FIND=''
> FLEX=''
> GAS=''
> GRAPHVIZ=''
> GREP=''
> GROFF=''
> G...