[PATCH] D111680: [NFC] Rename EmitAssemblyHelper new/legacy PM methods

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 12 14:28:20 PDT 2021


MaskRay added inline comments.


================
Comment at: clang/lib/CodeGen/BackendUtil.cpp:175
 
+  void EmitAssemblyWithLegacyPassManager(BackendAction Action,
+                                         std::unique_ptr<raw_pwrite_stream> OS);
----------------
Perhaps add a comment to bring awareness to possible downstream users 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111680



More information about the cfe-commits mailing list