================
@@ -830,9 +830,9 @@ llvm::parseReducerWorkItem(StringRef ToolName, StringRef 
Filename,
 
   auto MMM = std::make_unique<ReducerWorkItem>();
 
-  if (IsMIR) {
-    initializeTargetInfo();
+  initializeTargetInfo();
----------------
boomanaiden154 wrote:

Good point. Fixed.

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

Reply via email to