[PATCH] D123072: [BOLT][test] Fix X86 cross-platform tests

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 17:58:57 PDT 2022


Amir added a comment.

In D123072#3427750 <https://reviews.llvm.org/D123072#3427750>, @maksfb wrote:

> @Amir, I cannot repro locally. Could you please investigate since you've added the failing test?

Please add the following to bolt/test/X86/split-func-jump-table-fragment-reverse.s:

   # CHECK: BOLT-INFO: marking main.cold as a fragment of main
     .text
  +  .globl _start
  +  .type _start, %function
  +_start:
  +  callq main.cold
  +  call exit
  +.size _start, .-_start
  +
     .globl main.cold


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123072

STAMPS
actor(@Amir) application(Differential) author(@maksfb) herald(H237) herald(H428) herald(H483) herald(H498) herald(H576) herald(H842) herald(H844) herald(H845) herald(H847) herald(H855) herald(H864) mention(@Amir) mention(@maksfb) monogram(D123072) object-type(DREV) phid(PHID-DREV-nsdxqj46rmis7rmlhpfu) reviewer(@Amir) reviewer(@ayermolo) reviewer(@rafauler) reviewer(@yota9) revision-repository(rG) revision-status(needs-review) subscriber(@llvm-commits) subscriber(@pengfei) tag(#all) tag(#llvm) via(web)



More information about the llvm-commits mailing list