summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorRoger Ferrer Ibanez <rofirrim@gmail.com>2019-03-26 08:01:18 +0000
committerRoger Ferrer Ibanez <rofirrim@gmail.com>2019-03-26 08:01:18 +0000
commite41a74e8d288be21855e7adc32a2f69a98eb2877 (patch)
treed02f27981b3dc7784962aac5b23d81d2980cb208 /lldb/source/Plugins/ScriptInterpreter/Python
parent78e21bac9925af3a5b839d7f635d8f27dad87fda (diff)
downloadbcm5719-llvm-e41a74e8d288be21855e7adc32a2f69a98eb2877.tar.gz
bcm5719-llvm-e41a74e8d288be21855e7adc32a2f69a98eb2877.zip
[RISCV] Pass -target-abi to -cc1as
The RISC-V assembler needs the target ABI because it defines a flag of the ELF file, as described in [1]. Make clang (the driver) to pass the target ABI to -cc1as in exactly the same way it does for -cc1. Currently -cc1as knows about -target-abi but is not handling it. Handle it and pass it to the MC layer via MCTargetOptions. [1] https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md#file-header Differential Revision: https://reviews.llvm.org/D59298 llvm-svn: 356981
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud