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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to