llvm-project/llvm/test/Bindings/llvm-c
Robert Widmann 4bb481b2f2 [LLVM-C] Redo unnamed_address attribute bindings
Summary:
The old bindings should have used an enum instead of a boolean.  This
deprecates LLVMHasUnnamedAddr and LLVMSetUnnamedAddr , replacing them
with LLVMGetUnnamedAddress and LLVMSetUnnamedAddress respectively that do.
Though it is unlikely LLVM will gain more supported global value linker
hints, the new API can scale to accommodate this.

Reviewers: deadalnix, whitequark

Reviewed By: whitequark

Subscribers: llvm-commits, harlanhaskins

Differential Revision: https://reviews.llvm.org/D43448

llvm-svn: 327479
2018-03-14 06:45:51 +00:00
..
ARM
Inputs
X86
add_named_metadata_operand.ll
atomics.ll
calc.test
callsite_attributes.ll [C API] Prevent nullptr dereferences in C API for counting attributes. 2016-11-15 22:19:59 +00:00
debug_info.ll [LLVM-C] Expose functions to create debug locations via DIBuilder. 2017-11-01 22:18:52 +00:00
echo.ll [LLVM-C] Redo unnamed_address attribute bindings 2018-03-14 06:45:51 +00:00
empty.ll
function_attributes.ll [C API] Prevent nullptr dereferences in C API for counting attributes. 2016-11-15 22:19:59 +00:00
functions.ll
globals.ll
invalid-bitcode.test
invoke.ll
memops.ll
objectfile.ll
set_metadata.ll