OSDN Git Service

[C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicType
authorwhitequark <whitequark@whitequark.org>
Sun, 19 Aug 2018 23:39:47 +0000 (23:39 +0000)
committerwhitequark <whitequark@whitequark.org>
Sun, 19 Aug 2018 23:39:47 +0000 (23:39 +0000)
commit8bf9e9a01798a7b357a7371ee9ec7c1cc2c812dd
treeaccdb2b805edd9e286a93179b83f2e6a58e781bb
parent692afe0b2cc53ed645455b7c53061c3e2f096e87
[C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicType

Added DIFlags in LLVMDIBuilderCreateBasicType to add optional DWARF
attributes, such as DW_AT_endianity.

Patch by Chirag Patel.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340146 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/go/llvm/dibuilder.go
include/llvm-c/DebugInfo.h
lib/IR/DebugInfo.cpp
tools/llvm-c-test/debuginfo.c