[all-commits] [llvm/llvm-project] 978f11: [BOLT][TEST] Fix section order test

maksfb via All-commits all-commits at lists.llvm.org
Fri Oct 7 14:39:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 978f11c8e8daea581252a08280e6964fb62d016c
      https://github.com/llvm/llvm-project/commit/978f11c8e8daea581252a08280e6964fb62d016c
  Author: Maksim Panchenko <maks at fb.com>
  Date:   2022-10-07 (Fri, 07 Oct 2022)

  Changed paths:
    M bolt/test/runtime/X86/section-order.test

  Log Message:
  -----------
  [BOLT][TEST] Fix section order test

.bss section emitted by llvm-bolt (e.g. with instrumentation) is not a
real BSS section, i.e. it takes space in the output file. Hence the
order with respect to .data is not defined. Remove .bss from the test
and fix the buildbot failure.

Reviewed By: Amir

Differential Revision: https://reviews.llvm.org/D135475




More information about the All-commits mailing list