llvm-project/llvm/lib/Target/AArch64/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
..
AArch64AddressingModes.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AArch64AsmBackend.cpp Include what you use in AArch64AsmBackend.cpp 2019-05-27 17:03:57 +00:00
AArch64ELFObjectWriter.cpp [AArch64] Support .reloc *, R_AARCH64_NONE, * 2019-05-17 03:05:07 +00:00
AArch64ELFStreamer.cpp [AsmPrinter] Remove hidden flag -print-schedule. 2019-02-04 12:51:26 +00:00
AArch64ELFStreamer.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AArch64FixupKinds.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AArch64InstPrinter.cpp [AArch64] Move InstPrinter files to MCTargetDesc. NFC 2019-05-10 23:50:01 +00:00
AArch64InstPrinter.h [AArch64] Move InstPrinter files to MCTargetDesc. NFC 2019-05-10 23:50:01 +00:00
AArch64MCAsmInfo.cpp [AArch64] Default to SEH exception handling on MinGW 2019-05-06 21:18:15 +00:00
AArch64MCAsmInfo.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AArch64MCCodeEmitter.cpp Use bitset for assembler predicates 2019-03-11 17:04:35 +00:00
AArch64MCExpr.cpp [AArch64] Delete unused VariantKind in AArch64MCExpr 2019-05-28 16:11:56 +00:00
AArch64MCExpr.h [AArch64] Delete unused VariantKind in AArch64MCExpr 2019-05-28 16:11:56 +00:00
AArch64MCTargetDesc.cpp Revert CMake: Make most target symbols hidden by default 2019-06-11 03:21:13 +00:00
AArch64MCTargetDesc.h [AArch64] Create a TargetInfo header. NFC 2019-05-14 21:33:53 +00:00
AArch64MachObjectWriter.cpp AArch64: support binutils-like things on arm64_32. 2019-05-14 11:25:44 +00:00
AArch64TargetStreamer.cpp Add explicit dependencies on MCSection.h and MCDwarf.h to the .cpp 2019-04-12 07:40:01 +00:00
AArch64TargetStreamer.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AArch64WinCOFFObjectWriter.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AArch64WinCOFFStreamer.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AArch64WinCOFFStreamer.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt [AArch64] Move InstPrinter files to MCTargetDesc. NFC 2019-05-10 23:50:01 +00:00
LLVMBuild.txt [AArch64] Move InstPrinter files to MCTargetDesc. NFC 2019-05-10 23:50:01 +00:00