[llvm-bugs] [Bug 26419] New: -function-summary produces non deterministic output

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Feb 1 10:18:55 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26419

            Bug ID: 26419
           Summary: -function-summary produces non deterministic output
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvm-bugs at lists.llvm.org, mehdi.amini at apple.com,
                    tejohnson at google.com
    Classification: Unclassified

llvm-as -function-summary test.ll && md5sum test.bc
2940afcf52e6def4636ea8552d46ab89  test.bc
llvm-as -function-summary test.ll && md5sum test.bc
0d6fbd701478ad755060965d8562965c  test.bc

test.ll is just

define void @foo() {
    ret void
}

define void @bar() {
    ret void
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160201/30af9d95/attachment.html>


More information about the llvm-bugs mailing list