Displaying 2 results from an estimated 2 matches for "alignoftest".
2013 May 10
0
[LLVMdev] Help on making doxygen document
...2>configure.errors
There is no reporting error in configure.
I make LLVM under my build directory using the following command:
make >make.log 2>make.errors
There is no error reported in the end but a warning is reported:
/home/me/mywork/sca/llvm/llvm-3.2/unittests/Support/AlignOfTest.cpp:59:8:
warning: direct base ‘{anonymous}::S1’ inaccessible in ‘{anonymous}::D9’
due to ambiguity [enabled by default]
Then I make install, it reports many errors. I classify them into the
following:
1) (In my opinion, this is maybe the cause. I don't find the solution by
reading docu...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...[2]: Compiling SmallVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling TypesTest.cpp for Release+Asserts build
make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/Support'
llvm[2]: Linking Release+Asserts unit test ProfileData (without symbols)
llvm[2]: Compiling AlignOfTest.cpp for Release+Asserts build
llvm[2]: Compiling UseTest.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...