[libc-commits] [PATCH] D152283: [libc] Export GPU extensions to `libc` for external use

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 6 22:28:46 PDT 2023


sivachandra added a comment.

In D152283#4401585 <https://reviews.llvm.org/D152283#4401585>, @jhuber6 wrote:

> Exports the function now. Trying ot get it to provide the Opcodes with the enum handling, but it's not showing up.

I suppose you want to add something like:

  enum rpc_opcode {
    ...
  };

If yes, you will have to add a type header like any of these: https://github.com/llvm/llvm-project/tree/main/libc/include/llvm-libc-types


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152283



More information about the libc-commits mailing list