[flang-commits] [clang] [flang] [mlir] [flang] Add basic -mtune support (PR #95043)
Alexis Perry-Holby via flang-commits
flang-commits at lists.llvm.org
Wed Jun 12 12:17:25 PDT 2024
================
@@ -371,7 +371,7 @@ static mlir::LogicalResult convertFortranSourceToMLIR(
ctx, semanticsContext, defKinds, semanticsContext.intrinsics(),
semanticsContext.targetCharacteristics(), parsing.allCooked(),
targetTriple, kindMap, loweringOptions, envDefaults,
- semanticsContext.languageFeatures(), targetMachine);
+ semanticsContext.languageFeatures(), targetMachine, "");
----------------
AlexisPerry wrote:
Thank you Tarun, I think that's a much better way to do this. I have made the change.
https://github.com/llvm/llvm-project/pull/95043
More information about the flang-commits
mailing list