Skip to content

.ll output is different on windows #7117

@llvmbot

Description

@llvmbot
Bugzilla Link 6745
Resolution FIXED
Resolved on Mar 21, 2011 23:16
Version trunk
OS Windows XP
Blocks llvm/llvm-bugzilla-archive#9099
Reporter LLVM Bugzilla Contributor
CC @Bigcheese,@efriedma-quic,@ismail

Extended Description

I don't have a windows machine to test on, but it looks like we print 0.0 as "double 0.000000e+00" on linux and as "double 0.000000e+000" on windows.

Possible testcase:

void foo(double a);
void bar(void) {
foo(0.0);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions