You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: http://b/329787497
`.symver` inline assembly used in libfuse/lib/fuse.c causes non-deterministic output with ThinLTO (b/329787497, llvm/llvm-project#85585). Disable LTO until this is resolved in LLVM.
Change-Id: Ibdd6fb6f4656e1988b21c4a0e59dc864a8e4c371
Test: manually verify that the output is deterministic without LTO, presubmit
This was observed when building AOSP's external/libfuse/lib/fuse.c with ThinLTO. Here's a reproducer:
Converting the
.o
to LLVM IR usingllvm-dis
produces identical outputs. So does removing -flto=thin.The text was updated successfully, but these errors were encountered: