Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Flang] fix initializer with empty string to fix aarch64 build (llvm#…
…126918) After tuneCPU was changed to std::string in c8376a9 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.
- Loading branch information