]> granicus.if.org Git - clang/commit
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)
commitcb59b5794f845db3a8b001d0ec79e0f970ccdf7d
tree6808092e0c6c082de6b7588e3f5e6eb7301bc94b
parenteead42b6e77e95eb8dc6e80559f4868c81f0bd8f
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)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@367565 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Gnu.cpp
test/Driver/Inputs/opensuse_tumbleweed_riscv64_tree/usr/lib64/crt1.o [new file with mode: 0644]
test/Driver/Inputs/opensuse_tumbleweed_riscv64_tree/usr/lib64/crti.o [new file with mode: 0644]
test/Driver/Inputs/opensuse_tumbleweed_riscv64_tree/usr/lib64/crtn.o [new file with mode: 0644]
test/Driver/Inputs/opensuse_tumbleweed_riscv64_tree/usr/lib64/gcc/riscv64-suse-linux/9/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/opensuse_tumbleweed_riscv64_tree/usr/lib64/gcc/riscv64-suse-linux/9/crtend.o [new file with mode: 0644]
test/Driver/linux-ld.c