[all-commits] [llvm/llvm-project] 8a7a28: Fix CodeGen/pgo-sample-thinlto-summary.c with old PM

RoboTux via All-commits all-commits at lists.llvm.org
Fri Sep 17 07:21:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a7a28075b7fa70d56b131c10a4d1add777d5830
      https://github.com/llvm/llvm-project/commit/8a7a28075b7fa70d56b131c10a4d1add777d5830
  Author: Thomas Preud'homme <thomasp at graphcore.ai>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M clang/test/CodeGen/pgo-sample-thinlto-summary.c

  Log Message:
  -----------
  Fix CodeGen/pgo-sample-thinlto-summary.c with old PM

Re-add -fexperimental-new-pass-manager to
Clang::CodeGen/pgo-sample-thinlto-summary.c for the test to work on
builds that still default to the old pass manager.

Reviewed By: tejohnson

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




More information about the All-commits mailing list