[all-commits] [llvm/llvm-project] 2468b3: [XRay] Unsupport version<2 sled entry

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Dec 28 18:08:42 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2468b3f57218458dc6b9aea13682533a74c52ce6
      https://github.com/llvm/llvm-project/commit/2468b3f57218458dc6b9aea13682533a74c52ce6
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-12-28 (Wed, 28 Dec 2022)

  Changed paths:
    M compiler-rt/lib/xray/xray_interface_internal.h

  Log Message:
  -----------
  [XRay] Unsupport version<2 sled entry

For many features we expect clang and compiler-rt to have a version lock
relation, yet for XRaySledEntry we have kept version<2 compatibility for more
than 2 years (I migrated away the last user mips in 2020-09 (D87977)).
I think it's fair to call an end to version<2 now. This should discourage more
work on version<2 (e.g. D140725).

Reviewed By: ianlevesque

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




More information about the All-commits mailing list