asb added a comment.
Hi Petr, thanks for the report. This should be addressed in
https://reviews.llvm.org/rL322435.
Repository:
rC Clang
https://reviews.llvm.org/D39963
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.or
phosek added a comment.
Herald added a subscriber: niosHD.
This has broken our toolchain build, the log is here:
https://logs.chromium.org/v/?s=fuchsia%2Fbuildbucket%2Fcr-buildbucket.appspot.com%2F8957686819564148864%2F%2B%2Fsteps%2Fcheck_clang%2F0%2Fstdout.
The failure is:
**
This revision was automatically updated to reflect the committed changes.
Closed by commit rC322276: [RISCV] Add the RISCV target and compiler driver
(authored by asb, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D39963?vs=126771&id=129436#toc
Repository:
rC Clang
https
apazos accepted this revision.
apazos added a comment.
This revision is now accepted and ready to land.
Please merge this patch, it looks in good shape. This patch is required for any
RISCV build.
https://reviews.llvm.org/D39963
___
cfe-commits mai
efriedma added reviewers: mgorny, efriedma, bkramer, sylvestre.ledru.
efriedma added a comment.
Adding some reviewers to hopefully find someone comfortable reviewing the Linux
multilib bits. (Not sure I'm adding the right people; this stuff hasn't been
touched for a while, as far as I can tell.
asb updated this revision to Diff 126771.
asb added a comment.
Apologies, the last version had a few lines of debug code left in.
I should say that this is to the best of my knowledge ready to merge (i.e.
there are no outstanding flagged issues). Particularly now that the majority of
the RV32I
asb updated this revision to Diff 126769.
asb edited the summary of this revision.
asb added a comment.
Update to add test cases based on the multilib Linux SDK produced by
https://github.com/riscv/riscv-gnu-toolchain/.
https://reviews.llvm.org/D39963
Files:
lib/Basic/CMakeLists.txt
lib/Ba
asb updated this revision to Diff 126404.
asb marked 3 inline comments as done.
asb retitled this revision from "[RISCV][RFC] Add initial RISC-V target and
driver support" to "[RISCV] Add initial RISC-V target and driver support".
asb edited the summary of this revision.
asb added a comment.
Heral