[PATCH] D87164: Extending Baremetal toolchain's support for the rtlib option.

2020-09-17 Thread Manuel Carrasco via Phabricator via cfe-commits
mcarrasco added a comment. @jroelofs yes please :p After you mentioned it, I rechecked the guidelines and read: > Once a patch has been reviewed and approved on Phabricator it can then be > committed to trunk. If you do not have commit access, someone has to commit > the change for you (with a

[PATCH] D87164: Extending Baremetal toolchain's support for the rtlib option.

2020-09-17 Thread Manuel Carrasco via Phabricator via cfe-commits
mcarrasco marked an inline comment as done. mcarrasco added a comment. Great! Thanks a lot for your answer @jroelofs !! Then, do you think this current proposal to BareMetal.cpp is enough? Best, Manuel. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D87164/new/ https://reviews.llvm.org

[PATCH] D87164: Extending Baremetal toolchain's support for the rtlib option.

2020-09-11 Thread Manuel Carrasco via Phabricator via cfe-commits
mcarrasco marked an inline comment as done. mcarrasco added a comment. @jroelofs no worries, thanks a lot for your time. Please tell me if I understood you correctly. It is acceptable just to append the -lgcc if -rtlib=libgcc is used, although the user is responsible to ensure that correct path

[PATCH] D87164: Extending Baremetal toolchain's support for the rtlib option.

2020-09-11 Thread Manuel Carrasco via Phabricator via cfe-commits
mcarrasco updated this revision to Diff 291262. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D87164/new/ https://reviews.llvm.org/D87164 Files: clang/lib/Driver/ToolChains/BareMetal.cpp clang/test/Driver/baremetal.cpp Index: clang/test/Driver/baremetal.cpp =

[PATCH] D87164: Extending Baremetal toolchain's support for the rtlib option.

2020-09-04 Thread Manuel Carrasco via Phabricator via cfe-commits
mcarrasco created this revision. mcarrasco added reviewers: jroelofs, clang. mcarrasco added a project: clang-modules. Herald added subscribers: cfe-commits, abidh, kristof.beyls. Herald added a project: clang. mcarrasco requested review of this revision. The Baremetal toolchain currently has a fi