Jyotsna Verma
2013-May-03 21:53 UTC
[LLVMdev] buildbot failure in LLVM on llvm-ppc64-linux1
Hi All, I'm trying to reproduce a failure on llvm-ppc64-linux1 (http://lab.llvm.org:8011/builders/llvm-ppc64-linux1/builds/5382) and llvm-ppc64-linux2 builders caused by one of my patches yesterday. Some of the CodeGen/Hexagon tests failed to compile with stack dump problem. I tried to configure and build LLVM for PowerPC on my machine locally but don't see the failures. I had to remove '-maltivec' from tools/clang/lib/Lex/Makefile or else it wouldn't build for me. Any help to reproduce the problem will be greatly appreciated! Thanks, Jyotsna -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation>-----Original Message----- >From: llvm.buildmaster at lab.llvm.org [mailto:llvm.buildmaster at lab.llvm.org] >Sent: Thursday, May 02, 2013 4:51 PM >To: Jyotsna Verma >Cc: gkistanova at gmail.com >Subject: buildbot failure in LLVM on llvm-ppc64-linux1 > >The Buildbot has detected a new failure on builder llvm-ppc64-linux1 while >building llvm. >Full details are available at: > http://lab.llvm.org:8011/builders/llvm-ppc64-linux1/builds/5382 > >Buildbot URL: http://lab.llvm.org:8011/ > >Buildslave for this Build: chinook > >Build Reason: scheduler >Build Source Stamp: [branch trunk] 180953 >Blamelist: jverma > >BUILD FAILED: failed test-llvm > >sincerely, > -The Buildbot > >
Krzysztof Parzyszek
2013-May-04 02:53 UTC
[LLVMdev] buildbot failure in LLVM on llvm-ppc64-linux1
On 5/3/2013 4:53 PM, Jyotsna Verma wrote:> Hi All, > > I'm trying to reproduce a failure on llvm-ppc64-linux1 (http://lab.llvm.org:8011/builders/llvm-ppc64-linux1/builds/5382) and llvm-ppc64-linux2 builders caused by one of my patches yesterday. Some of the CodeGen/Hexagon tests failed to compile with stack dump problem. > > I tried to configure and build LLVM for PowerPC on my machine locally but don't see the failures. I had to remove '-maltivec' from tools/clang/lib/Lex/Makefile or else it wouldn't build for me. > Any help to reproduce the problem will be greatly appreciated!We have this figured out. -Krzysztof -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
Reasonably Related Threads
- [LLVMdev] Why buildbot sanitizer-ppc64-linux1 blames r239459?
- [LLVMdev] TableGen backend support to express relations between instruction
- [LLVMdev] TableGen backend support to express relations between instruction
- [LLVMdev] TableGen backend support to express relations between instruction
- [LLVMdev] Disabling ExecutionEngine tests for Hexagon