Add support for openSUSE RISC-V triple
authorSam Elliott <selliott@lowrisc.org>
Thu, 1 Aug 2019 14:23:56 +0000 (14:23 +0000)
committerSam Elliott <selliott@lowrisc.org>
Thu, 1 Aug 2019 14:23:56 +0000 (14:23 +0000)
commit1fc2a47f0b6c415312593e43489cf9ea2507d902
tree97fa59ee40f6b3896a41d40bb444894b14e8c607
parent5a3bb1a4d6dc8b704621aa916e91186f21ff9e9e
Add support for openSUSE RISC-V triple

Reviewers: asb

Reviewed By: asb

Subscribers: lenary, rbar, johnrusso, simoncook, apazos, sabuasal, niosHD, jrtc27, zzheng, edward-jones, MartinMosbeck, brucehoult, the_o, PkmX, jocewei, lebedev.ri, kito-cheng, shiva0217, rogfer01, dexonsmith, rkruppe, cfe-commits, llvm-commits

Tags: #clang, #llvm

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

Patch by Andreas Schwab (schwab)

llvm-svn: 367565
clang/lib/Driver/ToolChains/Gnu.cpp
clang/test/Driver/Inputs/opensuse_tumbleweed_riscv64_tree/usr/lib64/crt1.o [new file with mode: 0644]
clang/test/Driver/Inputs/opensuse_tumbleweed_riscv64_tree/usr/lib64/crti.o [new file with mode: 0644]
clang/test/Driver/Inputs/opensuse_tumbleweed_riscv64_tree/usr/lib64/crtn.o [new file with mode: 0644]
clang/test/Driver/Inputs/opensuse_tumbleweed_riscv64_tree/usr/lib64/gcc/riscv64-suse-linux/9/crtbegin.o [new file with mode: 0644]
clang/test/Driver/Inputs/opensuse_tumbleweed_riscv64_tree/usr/lib64/gcc/riscv64-suse-linux/9/crtend.o [new file with mode: 0644]
clang/test/Driver/linux-ld.c
llvm/unittests/ADT/TripleTest.cpp