Jack Howarth via llvm-dev
2017-Mar-31 23:13 UTC
[llvm-dev] clang trunk non-deterministic on both x86_64 linux and darwin
FYI. I finally got a chance to test the three test cases that I found for the non-deterministic code generation from clang trunk on x86_64 linux. The March 30th nightly build for ubuntu zesty x86_64 produces the same differing assembly as seen on x86_64 darwin.. Jack ps The three reproducers are available on http://bugs.llvm.org/show_bug.cgi?id=32342 as ELFDumper.ii, ClangTidyDiagnosticConsumer.ii and SourceCoverageViewHTML.ii.