[PATCH] D63852: [Clang] Move assembler into a separate file
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 23 06:25:32 PST 2021
hubert.reinterpretcast added a comment.
In D63852#2517500 <https://reviews.llvm.org/D63852#2517500>, @aykevl wrote:
> or maybe I've put `AssemblerInvocation` in the wrong directory/library.
This seems to be a good design question. I think a lot of people consider `-cc1` functionality to be the "frontend". I am not sure that goes for `-cc1as` functionality. This might even be a new library in a sense (a libclangAssemblyFrontend).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63852/new/
https://reviews.llvm.org/D63852
More information about the cfe-commits
mailing list