User Details
- User Since
- May 27 2014, 3:19 AM (459 w, 6 d)
Mon, Mar 13
The BareMetal.cpp part looks ok to me.
Nov 19 2022
Oct 28 2022
Aug 8 2022
I think this patch is moving the things in the right direction. But please wait for some other reviewers to chime in.
Jul 29 2022
May 5 2022
Committed with slight whitespace change to keep clang-format happy.
Feb 16 2022
Nov 30 2021
Aug 4 2021
Jul 13 2021
Handle review comments.
Rebase. One of the test file has moved in the repo so updated the patch accordingly.
Remove else after the return.
Jul 10 2021
Jul 5 2021
You need to add some tests that check the functionality that you are adding. Look at clang/test/Driver/baremetal.cpp for an example.
Jun 3 2021
May 7 2021
LGTM
If gcc and clang based toolchains are installed in the same prefix then having sysroot at same location can cause one installation to overwrite parts of other.
Mar 8 2021
Feb 11 2021
Changes in this version.
- Added an explicit --sysroot argument.
- Shortened "testroot-riscv{len}-baremetal-nogcc" string
Jan 28 2021
Dec 21 2020
Rebase.
Dec 14 2020
Handle review comments.
It seems that testcase I added has brought to surface a hidden issue. If you
look at the end of Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes,
it adds sysroot/usr to the Prefixes. If the sysroot is empty, this will end up
using the toolchain that you installed in /usr.
Dec 11 2020
Committed in 1deff4009e0a on request of @burnus.
Dec 10 2020
Remove an unintended change.
Dec 9 2020
Updated other instances in llvm/docs. I have initially updated the whole tree but that becomes quite a big patch. I can post that one if it is of interest.
Dec 8 2020
Dec 7 2020
Addressed review comments.
Dec 4 2020
Handled review comments.
ping.
@jroelofs Do you have any comments on this patch?
Nov 26 2020
Nov 24 2020
Hi @lenary,
Do you any more comments on the patch?
Nov 19 2020
Nov 18 2020
This update contains following changes.
Handle review comment.
Nov 17 2020
Nov 16 2020
Made the condition consistent in both places where Baremetal toolchain is instantiated as suggested in review.
Nov 13 2020
Oct 22 2020
Oct 21 2020
ping.
Oct 13 2020
Oct 11 2020
Updated the comments and summary message as suggested in the review.