summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/multilib_riscv_linux_sdk/riscv64-unknown-linux-gnu
Commit message (Collapse)AuthorAgeFilesLines
* Revert rC322769: [RISCV] Propagate -mabi and -march values to GNU assembler.Hiroshi Inoue2018-01-181-1/+0
| | | | | | Temporarily revert rC322769 due to buildbot failurs. llvm-svn: 322816
* [RISCV] Propagate -mabi and -march values to GNU assembler.Ana Pazos2018-01-171-0/+1
| | | | | | | | | | | | | | | When using -fno-integrated-as flag, the gnu assembler produces code with some default march/mabi which later causes linker failure due to incompatible mabi/march. In this patch we explicitly propagate -mabi and -march flags to the GNU assembler. In this patch we explicitly propagate -mabi and -march flags to the GNU assembler. Differential Revision: https://reviews.llvm.org/D41271 llvm-svn: 322769
* [RISCV] Add the RISCV target and compiler driverAlex Bradbury2018-01-111-0/+1
As RV64 codegen has not yet been upstreamed into LLVM, we focus on RV32 driver support (RV64 to follow). Differential Revision: https://reviews.llvm.org/D39963 llvm-svn: 322276
OpenPOWER on IntegriCloud