Displaying 4 results from an estimated 4 matches for "variadicfunctiontest".
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
...tTest.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]: Compiling ilistTest.cpp for Release+Asserts build
gmake[2]: *** No rule to make target
`/usr/llvm/llvm-3.1.src/unittests/lib/libLLVMSupport.a', needed by
`Release+Asserts/ADTTests'. Stop.
gmake[2]: Leaving directory `/usr/llvm/llvm-3.1.src/unittests/A...
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
...: ======= Finished Linking Release+Asserts Unit test IR (without symbols)
make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/IR'
llvm[2]: Compiling TwineTest.cpp for Release+Asserts build
llvm[2]: Compiling EndianStreamTest.cpp for Release+Asserts build
llvm[2]: Compiling VariadicFunctionTest.cpp for Release+Asserts build
llvm[3]: ======= Finished Linking Release+Asserts Unit test Utils (without symbols)
make[3]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/Transforms/Utils'
make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/Transforms'...