[all-commits] [llvm/llvm-project] 830a29: [Flang] fix initializer with empty string to fix a...

Scott Manley via All-commits all-commits at lists.llvm.org
Wed Feb 12 06:56:26 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 830a2911ee164e32a5459e2991233afb7168c812
      https://github.com/llvm/llvm-project/commit/830a2911ee164e32a5459e2991233afb7168c812
  Author: Scott Manley <rscottmanley at gmail.com>
  Date:   2025-02-12 (Wed, 12 Feb 2025)

  Changed paths:
    M flang/lib/Optimizer/Passes/Pipelines.cpp

  Log Message:
  -----------
  [Flang] fix initializer with empty string to fix aarch64 build (#126918)

After tuneCPU was changed to std::string in
c8376a93bb9853cbcedeb22d80a9b200060eaf85 the flang builds broke, due to
a missing initializer.

If we want to add tuneCPU to the MLIRToLLVMPassPipelineConfig, we might
want to tackle that separately after the build is restored. This should
be no different than the previous behaviour.



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