search for: optimizedmethod

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

2010 May 03
2
[LLVMdev] `make check' failures in r102924
...^ <stdin>:1:1: note: scanning from here ; ModuleID = '/usr/local/src/llvm/test/FrontendC++/2010-03-22-empty-baseclass.cpp' ^ <stdin>:14:5: note: possible intended match here declare i32 @puts(i8* nocapture) nounwind ^ FAIL: /usr/local/src/llvm/test/FrontendC++/2010-04-30-OptimizedMethod-Dbg.cpp Failed with exit(1) at line 2 while running: grep "i1 false, i1 true. . . DW_TAG_subprogram" 2010-04-30-OptimizedMethod-Dbg.cpp.tmp | count 2 Expected 2 lines, got 0. -- Vladimir G. Ivanovic http://www.leonora.org +1 650 450 4101...
2010 May 03
0
[LLVMdev] `make check' failures in r102924
...> -emit-llvm -w -S > /usr/local/src/llvm/test/FrontendC/inline-asm-function.c -fasm-blocks -o > - -O | /bin/grep naked > child process exited abnormally > Running /usr/local/src/llvm/test/FrontendC++/dg.exp ... > > FAIL: > /usr/local/src/llvm/test/FrontendC++/2010-04-30-OptimizedMethod-Dbg.cpp > Failed with exit(1) at line 2 > while running: grep "i1 false, i1 true. . . DW_TAG_subprogram" > 2010-04-30-OptimizedMethod-Dbg.cpp.tmp | count 2 > Expected 2 lines, got 0. and probably others.
2010 May 03
2
[LLVMdev] `make check' failures in r102924
...t;> /usr/local/src/llvm/test/FrontendC/inline-asm-function.c -fasm-blocks -o >> - -O | /bin/grep naked >> child process exited abnormally >> Running /usr/local/src/llvm/test/FrontendC++/dg.exp ... >> >> FAIL: >> /usr/local/src/llvm/test/FrontendC++/2010-04-30-OptimizedMethod-Dbg.cpp >> Failed with exit(1) at line 2 >> while running: grep "i1 false, i1 true. . . DW_TAG_subprogram" >> 2010-04-30-OptimizedMethod-Dbg.cpp.tmp | count 2 >> Expected 2 lines, got 0. > > and probably others. > -------------- next part -------------...
2011 Jan 08
1
[LLVMdev] make check on Darwin - some failed tests.
Hi, I started playing with llvm on Darwin. When I do a "make check" from the llvm root, I am getting these failed tests: Failing Tests (13):     LLVM :: FrontendC++/2010-04-30-OptimizedMethod-Dbg.cpp     LLVM :: FrontendC++/2010-05-12-PtrToMember-Dbg.cpp     LLVM :: FrontendC/2007-05-16-EmptyStruct.c     LLVM :: FrontendC/2007-10-01-BuildArrayRef.c     LLVM :: FrontendC/2010-08-12-asm-aggr-arg.c     LLVM :: FrontendC/2010-11-16-asmblock.c     LLVM :: FrontendC/2010-12-01-CommonGlobal.c...