[PATCH] D154357: [Driver] Recognize powerpc-unknown-eabi as a bare-metal toolchain

Christian Walther via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 13 00:10:21 PDT 2023


cwalther added a comment.

That summary wasn’t intended to be a commit message at all, but a description of the problem and start of the discussion. My commit message was part of the uploaded patch (since I generated it using `git show`) and said

> [Driver] Recognize powerpc-*-unknown-eabi as a bare-metal toolchain
>
> Calling GCC as the linker as the Generic_ELF toolchain does is
> inappropriate for an all-LLVM embedded toolchain.

but it looks like Phabricator doesn’t show that anywhere.

I haven’t user Phabricator before, so to make sure I am understanding you correctly: You want me to edit the “summary” on this page, and then when you commit the patch, it will automatically use that as the commit message? That still seems much too verbose for a commit message to me even after removing that last paragraph, but if you prefer that to the terse message above, that’s fine with me.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154357/new/

https://reviews.llvm.org/D154357



More information about the cfe-commits mailing list