Displaying 4 results from an estimated 4 matches for "stringmaptest".
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 24
2
[LLVMdev] Error building llvm on AIX 7.1
...n 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 SparseSetTest.cpp for Release+Asserts build
llvm[2]: Compiling StringMapTest.cpp for Release+Asserts build
llvm[2]: Compiling StringRefTest.cpp for Release+Asserts build
llvm[2]: Compiling TripleTest.cpp for Release+Asserts build
llvm[2]: Compiling TwineTest.cpp for Release+Asserts build
llvm[2]: Compiling VariadicFunctionTest.cpp for Release+Asserts build
llvm[2]: Compilin...
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 command?
-Krzysztof
--
Qualcomm Innovation Center, Inc. is a
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...ering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/Transforms/Utils'
llvm[3]: Compiling ASanStackFrameLayoutTest.cpp for Release+Asserts build
llvm[2]: Compiling CommandLineTest.cpp for Release+Asserts build
llvm[3]: Compiling Cloning.cpp for Release+Asserts build
llvm[2]: Compiling StringMapTest.cpp for Release+Asserts build
llvm[2]: Compiling ValueTest.cpp for Release+Asserts build
llvm[2]: Compiling CompressionTest.cpp for Release+Asserts build
llvm[2]: Compiling StringRefTest.cpp for Release+Asserts build
llvm[2]: Compiling ConvertUTFTest.cpp for Release+Asserts build
llvm[3]: Compiling...