Displaying 5 results from an estimated 5 matches for "filemanagertest".
2011 Jul 23
2
[LLVMdev] Build of latest llvm gives warning and error
Building of llvm with gcc-4.5.2-1 gives these warnings:
1) Building FileManagerTest
"llvm[4]: Compiling FileManagerTest.cpp for Debug+Asserts build
C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp:
In member function 'virtual
void<unnamed>::FileManagerTest_NoVirtualDirectoryExistsBeforeAVirtualFileIsAdded_Test::TestBody()':
C...
2011 Jul 24
0
[LLVMdev] Build of latest llvm gives warning and error
Hi Edward,
> Building of llvm with gcc-4.5.2-1 gives these warnings:
>
> 1) Building FileManagerTest
>
> "llvm[4]: Compiling FileManagerTest.cpp for Debug+Asserts build
> C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp:
> In member function 'virtual
> void<unnamed>::FileManagerTest_NoVirtualDirectoryExistsBeforeAVirtualFileIsAdded_Te...
2011 Jul 26
3
[LLVMdev] [PATCH][RFC] upgrade to googletest 1.6.0 (was Re: Build of latest llvm gives warning and error)
On 24 July 2011 10:59, Duncan Sands <baldrick at free.fr> wrote:
> Hi Edward,
>
>> Building of llvm with gcc-4.5.2-1 gives these warnings:
>>
>> 1) Building FileManagerTest
>>
>> "llvm[4]: Compiling FileManagerTest.cpp for Debug+Asserts build
>> C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp:
>> In member function 'virtual
>> void<unnamed>::FileManagerTest_NoVirtualDirectoryExistsBeforeAV...
2013 Jan 03
4
[LLVMdev] Fatal error in build, include <utility> not found
...ome/user/LLVM/build/tools/clang/unittests/Basic'
make[4]: Entering directory
`/home/user/LLVM/build/tools/clang/unittests/Lex'
make[4]: Entering directory
`/home/user/LLVM/build/tools/clang/unittests/Frontend'
llvm[4]: Compiling LexerTest.cpp for Release+Asserts build
llvm[4]: Compiling FileManagerTest.cpp for Release+Asserts build
llvm[4]: Compiling FrontendActionTest.cpp for Release+Asserts build
llvm[4]: Compiling SourceManagerTest.cpp for Release+Asserts build
llvm[4]: Compiling PreprocessingRecordTest.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts unit test Lex (without symbo...
2013 Jan 03
0
[LLVMdev] Fatal error in build, include <utility> not found
...g/unittests/Basic'
> make[4]: Entering directory
> `/home/user/LLVM/build/tools/clang/unittests/Lex'
> make[4]: Entering directory
> `/home/user/LLVM/build/tools/clang/unittests/Frontend'
> llvm[4]: Compiling LexerTest.cpp for Release+Asserts build
> llvm[4]: Compiling FileManagerTest.cpp for Release+Asserts build
> llvm[4]: Compiling FrontendActionTest.cpp for Release+Asserts build
> llvm[4]: Compiling SourceManagerTest.cpp for Release+Asserts build
> llvm[4]: Compiling PreprocessingRecordTest.cpp for Release+Asserts build
> llvm[4]: Linking Release+Asserts unit tes...