Add ELF.h and Dwarf.h from LLVM for gdbjit feature implementation. (dotnet/coreclr...
authorEvgeny Pavlov <lucenticus@gmail.com>
Thu, 21 Jul 2016 16:41:54 +0000 (20:41 +0400)
committerJan Kotas <jkotas@microsoft.com>
Thu, 21 Jul 2016 16:41:54 +0000 (09:41 -0700)
commit8f1948eb20063ccfbd6030d4fb266bc07e92361a
tree1800405a4a732b5b2323d790b7824347cf5dad17
parent6efeb4791affab2a576767a24e4023ddbd147214
Add ELF.h and Dwarf.h from LLVM for gdbjit feature implementation. (dotnet/coreclr#6383)

Files were copied from http://llvm.org/git/llvm.git repo, commit: dotnet/coreclr@8b47c17a53d683f313eaaa93c4a53de26d8fcba5

Commit migrated from https://github.com/dotnet/coreclr/commit/bfe11c1f9326134daf9dd6f471b1d0b947437cf0
src/coreclr/THIRD-PARTY-NOTICES
src/coreclr/src/inc/llvm/Dwarf.def [new file with mode: 0644]
src/coreclr/src/inc/llvm/Dwarf.h [new file with mode: 0644]
src/coreclr/src/inc/llvm/ELF.h [new file with mode: 0644]