[PATCH] D118112: [flang][tco] Remove unneeded dependencies

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 10:36:43 PST 2022


schweitz added inline comments.


================
Comment at: flang/tools/tco/tco.cpp:139
   fir::registerOptTransformPasses();
-  InitializeAllTargets();
-  mlir::registerAsmPrinterCLOptions();
----------------
Is this not needed for specifying target triples other than the host?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118112/new/

https://reviews.llvm.org/D118112



More information about the llvm-commits mailing list