================
@@ -830,9 +830,9 @@ llvm::parseReducerWorkItem(StringRef ToolName, StringRef
Filename,
auto MMM = std::make_unique<ReducerWorkItem>();
- if (IsMIR) {
- initializeTargetInfo();
+ initializeTargetInfo();
----------------
arsenm wrote:
If this is going to be unconditional ,probably should move this to main instead
of inside parseReducerWorkItem
https://github.com/llvm/llvm-project/pull/208966
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits