[PATCH] D98516: [WIP] Introduce the "implements" string attribute

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 09:59:30 PST 2021


jdoerfert added a comment.

In D98516#2622478 <https://reviews.llvm.org/D98516#2622478>, @wsmoses wrote:

> Is it worth verifying there isn't more than one implementation for a given function?

I guess we can emit a debug message but there is little we can do in the IR wrt. error reporting. The clang part could check though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98516



More information about the llvm-commits mailing list