Page MenuHomePhabricator

loic.yhuel (Loïc Yhuel)
User

Projects

User does not belong to any projects.

User Details

User Since
Feb 1 2017, 5:26 AM (331 w, 1 d)

Recent Activity

Oct 11 2021

loic.yhuel added a comment to D111356: [runtimes] Use the new "runtimes" build by default and deprecate other builds.

Would several separate runtime builds with each time one project in LLVM_ENABLE_RUNTIMES work, to replace standalone builds ?

Oct 11 2021, 5:17 PM · Restricted Project, Restricted Project

Jul 22 2021

loic.yhuel added a comment to D81190: [libc++] Link against libatomic when it is found.

Does this commit not work on your system? It has been working on our Linux bots since it was committed.

I don't remember if I found a case which needed the library.
My question was more : on which system does linking libc++ with libatomic help ?

Jul 22 2021, 10:25 AM · Restricted Project

Feb 25 2021

loic.yhuel added a comment to D81190: [libc++] Link against libatomic when it is found.

On which platform does this commit work ?

Feb 25 2021, 5:50 AM · Restricted Project

Feb 6 2017

loic.yhuel added a comment to D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation.

We discussed this with @mcgrathr and came up with a possible alternative solution: Currently the only bit of crtbegin.o we're missing is the __dso_handle symbol because Clang generates a reference to it when compiling C++ code.

So only Fuchsia would be supported, Linux would still need external ctrbegin.o/crtend.o (from gcc by default, but for projects like https://blogs.gentoo.org/gsoc2016-native-clang/ there still won't be any good solution).

Feb 6 2017, 4:51 PM · Restricted Project, Restricted Project

Feb 1 2017

loic.yhuel added inline comments to D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation.
Feb 1 2017, 6:19 AM · Restricted Project, Restricted Project