Go to file
Haojian Wu ebe01560a3 Remove LLVMGetTargetMachineData in go-binding.
Summary:
LLVMGetTargetMachineData has been removed, and LLVMGetDataLayout is
suggested to use. The LLVMGetDataLayout is exposed in go bindings.
So it's safe to remove the function.

Reviewers: bkramer

Subscribers: llvm-commits, axw

Differential Revision: http://reviews.llvm.org/D17193

llvm-svn: 260670
2016-02-12 11:35:11 +00:00
clang [CMake] Add option to switch default C++ stdlib 2016-02-12 07:48:37 +00:00
clang-tools-extra [clang-tidy] Fix failure in 'misc-misplaced-widening-cast' test. 2016-02-12 09:38:38 +00:00
compiler-rt [msan+tsan] Bring back the tests that disappeared after r260230 and r259512. 2016-02-12 10:35:53 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc configure: Remove llvm 3.6 defines 2016-02-09 22:17:48 +00:00
libcxx Instead of asking glibc to provide correct C++ signatures for <string.h> 2016-02-11 23:51:02 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Make compCtors strict weak ordering. 2016-02-12 00:38:46 +00:00
lldb The data formatters for NSArray, NSDictionary and (only partially) NSSet contain logic to inspect the objects without running code. 2016-02-12 07:50:15 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Remove LLVMGetTargetMachineData in go-binding. 2016-02-12 11:35:11 +00:00
openmp Fix incorrect task_team in __kmp_give_task 2016-02-11 23:07:30 +00:00
polly Separate invariant equivalence classes by type 2016-02-07 17:30:13 +00:00