-
- Downloads
x86: Fix test failures as a result of using clang-18
When building 'debug' test on clang-18 the compiler more aggressively inlines helper functions. This results in test failures because some of the helpers are not intended to be inlined. Fix this by marking those functions with 'noinline'. Reported-by:John Sperbeck <jsperbeck@google.com> Signed-off-by:
Aaron Lewis <aaronlewis@google.com> Message-Id: <20221129203240.1815829-1-aaronlewis@google.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Please register or sign in to comment