[all-commits] [llvm/llvm-project] bc1e0c: [profile] Make the binary-id-offset.c test more ro...

Josh Stone via All-commits all-commits at lists.llvm.org
Tue Nov 26 21:06:52 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bc1e0c53a281822e08df89a02b02b6b0db222087
      https://github.com/llvm/llvm-project/commit/bc1e0c53a281822e08df89a02b02b6b0db222087
  Author: Josh Stone <jistone at redhat.com>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M compiler-rt/test/profile/Linux/binary-id-offset.c

  Log Message:
  -----------
  [profile] Make the binary-id-offset.c test more robust (#117647)

Using a `--section-start` address in the test was causing link errors on
some targets. Now it uses a linker script to move the note after `.bss`,
which should still have the kind of memory offset we're looking for.

This is a follow-up to #114907 to fix buildbot errors.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list