As per title. This completes the C API Attribute support.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D21365
Add support for string attributes in the C API. ClosedPublic Authored by deadalnix on Jun 15 2016, 12:39 AM.
Details Summary As per title. This completes the C API Attribute support.
Diff Detail
Event Timelinedeadalnix updated this object. This revision is now accepted and ready to land.Jun 15 2016, 7:45 AM Closed by commit rL272811: Add support for string attributes in the C API. (authored by deadalnix). · Explain WhyJun 15 2016, 10:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 60863 llvm/trunk/include/llvm-c/Core.h
llvm/trunk/include/llvm/IR/Attributes.h
llvm/trunk/include/llvm/IR/CallSite.h
llvm/trunk/include/llvm/IR/Function.h
llvm/trunk/include/llvm/IR/Instructions.h
llvm/trunk/lib/IR/Attributes.cpp
llvm/trunk/lib/IR/Core.cpp
llvm/trunk/lib/IR/Function.cpp
llvm/trunk/lib/IR/Instructions.cpp
|