[PATCH] D123133: [BOLT][test] Fix X86 tests

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 21:13:27 PDT 2022


Amir added a comment.

Can you please add the following to `unreachable.s`? This would fix the test and make `XFAIL: *` unneeded:

  diff --git a/bolt/test/X86/Inputs/unreachable.s b/bolt/test/X86/Inputs/unreachable.s
  index b8dcf4c05557..39f4be971c87 100644
  --- a/bolt/test/X86/Inputs/unreachable.s
  +++ b/bolt/test/X86/Inputs/unreachable.s
  @@ -82,4 +82,5 @@ foo:
          .globl  main, function
   main:
          .cfi_startproc
  +  ud2
          .cfi_endproc


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123133/new/

https://reviews.llvm.org/D123133



More information about the llvm-commits mailing list