search for: sparsebitvectortest

Displaying 4 results from an estimated 4 matches for "sparsebitvectortest".

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
...nd 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 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 T...
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
...seTest.cpp for Release+Asserts build llvm[2]: Compiling AllocatorTest.cpp for Release+Asserts build llvm[2]: ======= Finished Linking Release+Asserts Unit test ProfileData (without symbols) make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/ProfileData' llvm[2]: Compiling SparseBitVectorTest.cpp for Release+Asserts build llvm[2]: Compiling UserTest.cpp for Release+Asserts build llvm[2]: Compiling ArrayRecyclerTest.cpp for Release+Asserts build make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/Transforms' make[3]: Entering directory '/home/NIKHILREDDY/WO...