llvm-6502/lib/ExecutionEngine
Rafael Espindola 59a0e79631 Add getSymbolAlignment to the ObjectFile interface.
For regular object files this is only meaningful for common symbols. An object
file format with direct support for atoms should be able to provide alignment
information for all symbols.

This replaces getCommonSymbolAlignment and fixes
test-common-symbols-alignment.ll on darwin. This also includes a fix to
MachOObjectFile::getSymbolFlags. It was marking undefined symbols as common
(already tested by existing mcjit tests now that it is used).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180736 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-29 22:24:22 +00:00
..
IntelJITEvents
Interpreter
JIT
MCJIT
OProfileJIT
RuntimeDyld
CMakeLists.txt
EventListenerCommon.h
ExecutionEngine.cpp
ExecutionEngineBindings.cpp
LLVMBuild.txt
Makefile
TargetSelect.cpp