User Details
- User Since
- May 27 2014, 3:19 AM (360 w, 2 d)
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.
Oct 9 2020
Oct 8 2020
Oct 6 2020
Oct 5 2020
Sep 15 2020
Sep 1 2020
Aug 31 2020
Ping.
Aug 25 2020
I also maintain a downstream baremetal target and have a similar local change to side step this check. Although I did not remove it entirely as I was not sure what it does and instead used NOT LIBCXXABI_BAREMETAL. Anyways, It will be nice to have this fixed upstream.
Jul 29 2020
Handled review comments.
Jul 28 2020
Jul 27 2020
Jul 15 2020
Moved test to linkerscript/define.test as advised.
Jul 14 2020
Jul 10 2020
I have removed the .eh_frame. I have looked a bit more into it. It seems that riscv target does create relocations in .gcc_except_table. The following commit gives some background on its encoding.
https://reviews.llvm.org/rGab009a602e96b238000d9e20e5c54b078d08aad3
Jul 7 2020
Jul 6 2020
Nov 22 2019
Sep 5 2019
Mar 25 2019
Looks ok but I would like a testcase to go with the change.
Feb 25 2019
The lldb-mi bits look ok to me.
Nov 15 2017
Nov 14 2017
Aug 30 2017
This check used to be there above the loop and was removed when you reported that changes in pointers are not being tracked in
http://lists.llvm.org/pipermail/lldb-dev/2017-May/012428.html