]> granicus.if.org Git - clang/commit
[cc1as] Add MCTargetOptions argument to createAsmBackend
authorJoel Jones <joelkevinjones@gmail.com>
Mon, 25 Jul 2016 17:18:44 +0000 (17:18 +0000)
committerJoel Jones <joelkevinjones@gmail.com>
Mon, 25 Jul 2016 17:18:44 +0000 (17:18 +0000)
commit837327528c4ea21b29b7376b5f206bd9e50a6944
tree7fda88603b0b534d3bce645af53103e24467f562
parentb17dedc4e2f3828d043ebce3032d820d454ab5d8
[cc1as] Add MCTargetOptions argument to createAsmBackend

Allow an assembler backend to get ABI options. This is to match the changes
to http://reviews.llvm.org/D16213.

Tested with "make check-clang"

Patch by: Joel Jones

Differential Revision: https://reviews.llvm.org/D16538

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276655 91177308-0d34-0410-b5e6-96231b3b80d8
tools/driver/cc1as_main.cpp