[LLVMbugs] [Bug 6414] Nondeterministic invalid optimization in llvm-ld
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Feb 25 08:14:20 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=6414
Sterling Stuart Stein <stein at ir.iit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|DUPLICATE |
--- Comment #7 from Sterling Stuart Stein <stein at ir.iit.edu> 2010-02-25 10:14:20 CST ---
I'm on Linux AMD64.
So, I tried adding
target datalayout =
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
target triple = "x86_64-unknown-linux-gnu"
to the top of the in BitCode.
(Is there an easy way to check which is the correct target
for what machine I'm on?)
The bug still happens in the same way.
So, I don't think it's the same as 6401.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list