llvm-project/llvm/lib/Target/Lanai/MCTargetDesc
Tom Stellard 4b0b26199b Revert CMake: Make most target symbols hidden by default
This reverts r362990 (git commit 374571301d)

This was causing linker warnings on Darwin:

ld: warning: direct access in function 'llvm::initializeEvexToVexInstPassPass(llvm::PassRegistry&)'
from file '../../lib/libLLVMX86CodeGen.a(X86EvexToVex.cpp.o)' to global weak symbol
'void std::__1::__call_once_proxy<std::__1::tuple<void* (&)(llvm::PassRegistry&),
std::__1::reference_wrapper<llvm::PassRegistry>&&> >(void*)' from file '../../lib/libLLVMCore.a(Verifier.cpp.o)'
means the weak symbol cannot be overridden at runtime. This was likely caused by different translation
units being compiled with different visibility settings.

llvm-svn: 363028
2019-06-11 03:21:13 +00:00
..
CMakeLists.txt [Lanai] Move InstPrinter files to MCTargetDesc. NFC 2019-05-11 01:25:58 +00:00
LLVMBuild.txt [Lanai] Move InstPrinter files to MCTargetDesc. NFC 2019-05-11 01:25:58 +00:00
LanaiAsmBackend.cpp
LanaiBaseInfo.h
LanaiELFObjectWriter.cpp
LanaiFixupKinds.h
LanaiInstPrinter.cpp Include what you use in LanaiInstPrinter.cpp 2019-06-03 12:53:05 +00:00
LanaiInstPrinter.h [Lanai] Move InstPrinter files to MCTargetDesc. NFC 2019-05-11 01:25:58 +00:00
LanaiMCAsmInfo.cpp
LanaiMCAsmInfo.h
LanaiMCCodeEmitter.cpp Include what you use in LanaiMCCodeEmitter.cpp 2019-06-03 12:42:48 +00:00
LanaiMCExpr.cpp
LanaiMCExpr.h
LanaiMCTargetDesc.cpp Revert CMake: Make most target symbols hidden by default 2019-06-11 03:21:13 +00:00
LanaiMCTargetDesc.h [Lanai] Create a TargetInfo header. NFC 2019-05-14 23:17:18 +00:00