Go to file
Rafael Espindola 895ff83234 Implement get getSymbolFileOffset with getSymbolAddress.
This has the following advantages:
* Less code.
* The old ELF implementation was wrong for non-relocatable objects.
* The old ELF implementation (and I think MachO) was wrong for thumb.

No current testcase since this is only used from MCJIT and it only uses
relocatable objects and I don't think it supports thumb yet.

llvm-svn: 205508
2014-04-03 03:13:33 +00:00
clang [OPENMP] Small update for C++11 2014-04-03 02:55:46 +00:00
clang-tools-extra Fix regex bug in clang-tidy. 2014-04-02 08:52:06 +00:00
compiler-rt [ASan] Fix incompatible runtimes check: don't iterate /proc/self/maps on every call to __asan_init 2014-04-02 13:09:22 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Add a section about reporting bugs and contributing patches 2014-04-03 03:13:12 +00:00
libcxxabi Simplify. 2014-03-20 01:28:28 +00:00
lld Remove ordinals from Input Graph elements. 2014-04-03 02:21:44 +00:00
lldb Make the fail messages 2014-04-03 01:26:14 +00:00
llvm Implement get getSymbolFileOffset with getSymbolAddress. 2014-04-03 03:13:33 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly Use explit types in foreach iterators 2014-04-02 20:18:19 +00:00