-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
| Bugzilla Link | 2197 |
| Resolution | FIXED |
| Resolved on | Sep 08, 2008 10:45 |
| Version | unspecified |
| OS | Linux |
| Attachments | report file, bugpoint.safe.bc, bugpoint.test.bc |
| CC | @asl,@sunfishcode |
Extended Description
On SVN r49248, x86-64 Linux:
========= '/MultiSource/Benchmarks/Olden/health/health' Program
TEST-PASS: compile /MultiSource/Benchmarks/Olden/health/health
TEST-RESULT-compile: Total Execution Time: 0.0299 seconds (0.0732 wall clock)
TEST-RESULT-compile: 14924 Output/health.llvm.bc
TEST-RESULT-nat-time: program 0.710000
TEST-FAIL: llc /MultiSource/Benchmarks/Olden/health/health
TEST-FAIL: jit /MultiSource/Benchmarks/Olden/health/health
TEST-FAIL: cbe /MultiSource/Benchmarks/Olden/health/health
I used gcc/g++ 4.2, because 4.3 won't build many programs from llvm-test (strlen/strcpy undeclared, etc.).
Since CBE failed, I run this:
$ make bugpoint run-cbe
....
I get these bugpoint files, I am attaching them:
bugpoint-reduced-simplified.bc bugpoint.safe.bc bugpoint.test.bc