[all-commits] [llvm/llvm-project] ac9554: [CSSPGO] Fix a test issue due to portablity of std...

Hongtao Yu via All-commits all-commits at lists.llvm.org
Tue Apr 13 17:20:13 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ac955452ab2ab853900b2d2707243a41f8f8204d
      https://github.com/llvm/llvm-project/commit/ac955452ab2ab853900b2d2707243a41f8f8204d
  Author: Hongtao Yu <hoy at fb.com>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll

  Log Message:
  -----------
  [CSSPGO] Fix a test issue due to portablity of std::hash

As a follow-up to D99815, this patch enables the test by using a DAG order instead of a sequential order to mitigate the platform portability issue due to `std:: _Hash_bytes`.

Reviewed By: wenlei, jsji

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




More information about the All-commits mailing list