[PATCH] D18727: Add support for attribute in the C API

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 2 12:40:15 PDT 2016


deadalnix created this revision.
deadalnix added reviewers: echristo, majnemer, rnk, joker.eph.
deadalnix added a subscriber: llvm-commits.
Herald added a subscriber: axw.

There is currently no way to assign attribute to the return value and current implementation rely on deprecated code.

The old attribute mechanism is still used for instruction at this stage.

http://reviews.llvm.org/D18727

Files:
  bindings/go/llvm/ir.go
  include/llvm-c/Core.h
  lib/IR/Core.cpp
  test/Bindings/llvm-c/invoke.ll
  tools/llvm-c-test/echo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18727.52471.patch
Type: text/x-patch
Size: 12655 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160402/b79b43f3/attachment.bin>


More information about the llvm-commits mailing list