1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/unittests
Nemanja Ivanovic 8938622e0a [ARM] Add dependency on GlobalISel for unit tests to fix shared libs build
The unit test uses GlobalISel but the dependency is not listed in the
CMakeLists.txt file which causes failures in shared libs build with GCC.

This just adds the dependency.

Differential revision: https://reviews.llvm.org/D69064

llvm-svn: 375346
2019-10-19 16:40:26 +00:00
..
ADT [ADT][Statistics] Fix test after rL374490 2019-10-11 07:19:54 +00:00
Analysis [LOOPGUARD] Remove asserts in getLoopGuardBranch 2019-10-06 16:39:43 +00:00
AsmParser
BinaryFormat
Bitcode Add AutoUpgrade function to add new address space datalayout string to existing datalayouts. 2019-09-18 22:15:58 +00:00
Bitstream
CodeGen [Codegen] Link MIRParser into CodeGenTests to fix MachineSizeOptsTest building 2019-10-18 17:18:21 +00:00
DebugInfo Add GsymCreator and GsymReader. 2019-10-10 17:10:11 +00:00
Demangle
ExecutionEngine [JITLink] Switch from an atom-based model to a "blocks and symbols" model. 2019-10-04 03:55:26 +00:00
FuzzMutate
IR [IR] Reimplement FPMathOperator::classof as a whitelist. 2019-10-18 16:16:36 +00:00
LineEditor
Linker
MC [MC] Fix undefined behavior in MCInstPrinter::formatHex 2019-09-06 01:13:32 +00:00
MI LiveIntervals: Fix handleMoveUp with subreg def moving across a def 2019-10-18 23:24:25 +00:00
Object Add ExceptionStream to llvm::Object::minidump 2019-10-18 14:43:15 +00:00
ObjectYAML Update MinidumpYAML to use minidump::Exception for exception stream 2019-10-18 14:56:19 +00:00
Option
Passes
ProfileData [SampleFDO] Add profile remapping support for profile on-demand loading used 2019-10-18 22:35:20 +00:00
Remarks [Remarks] Fix warning for ambigous else behind EXPECT macro 2019-10-16 16:43:34 +00:00
Support Disable exit-on-SIGPIPE in lldb 2019-10-18 21:05:30 +00:00
TableGen [UnitTests] Try and pacify gcc-5 2019-10-05 08:57:17 +00:00
Target [ARM] Add dependency on GlobalISel for unit tests to fix shared libs build 2019-10-19 16:40:26 +00:00
TextAPI Reland "[TextAPI] Introduce TBDv4" 2019-10-10 04:24:44 +00:00
tools [Mips][llvm-exegesis] Add a Mips target 2019-10-11 20:26:08 +00:00
Transforms [PGO][PGSO] SizeOpts changes. 2019-10-18 16:46:01 +00:00
XRay
CMakeLists.txt [gicombiner] Add a CodeExpander to handle C++ fragments with variable expansion 2019-10-03 19:13:39 +00:00
unittest.cfg.in