[PATCH] D63852: [Clang] Move assembler into a separate file
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 23 07:58:48 PDT 2020
aykevl added a comment.
The reason to not call into LLVM directly is because I want to use the compiler driver, to be compatible with all the compiler flags. Reimplementing the assembler driver would be a pain.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63852/new/
https://reviews.llvm.org/D63852
More information about the llvm-commits
mailing list