1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test
Petr Hosek 70737c97db [CMake] Simplify CMake handling for zlib
Rather than handling zlib handling manually, use find_package from CMake
to find zlib properly. Use this to normalize the LLVM_ENABLE_ZLIB,
HAVE_ZLIB, HAVE_ZLIB_H. Furthermore, require zlib if LLVM_ENABLE_ZLIB is
set to YES, which requires the distributor to explicitly select whether
zlib is enabled or not. This simplifies the CMake handling and usage in
the rest of the tooling.

This is a reland of abb0075 with all followup changes and fixes that
should address issues that were reported in PR44780.

Differential Revision: https://reviews.llvm.org/D79219
2020-08-05 16:07:11 -07:00
..
Analysis [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
Assembler
Bindings
Bitcode [StackSafety,NFC] Add combined index test 2020-08-04 18:31:58 -07:00
BugPoint
CodeGen [X86] Rename mod128.ll to divmod128.ll and add test cases for sdiv/udiv/urem. 2020-08-05 16:04:00 -07:00
DebugInfo [Propeller]: Use a descriptive temporary symbol name for the end of the basic block. 2020-08-05 13:17:19 -07:00
Demangle
Examples
ExecutionEngine [JITLink][AArch64] Handle addends on PAGE21 / PAGEOFF12 relocations. 2020-08-05 08:50:46 -07:00
Feature
FileCheck
Instrumentation [msan] Remove readnone and friends from call sites. 2020-08-05 10:34:45 -07:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [AMDGPU] gfx1031 target 2020-08-05 12:36:26 -07:00
Object
ObjectYAML
Other
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [flang][NFC] Unify OpenMP and OpenACC structure checker 2020-08-05 14:25:49 -04:00
ThinLTO/X86
tools Add verification for DW_AT_decl_file and DW_AT_call_file. 2020-08-05 15:30:13 -07:00
Transforms [InstCombine] fold icmp with 'mul nsw/nuw' and constant operands 2020-08-05 17:29:32 -04:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt [CMake] Simplify CMake handling for zlib 2020-08-05 16:07:11 -07:00
lit.cfg.py
lit.site.cfg.py.in [CMake] Simplify CMake handling for zlib 2020-08-05 16:07:11 -07:00
TestRunner.sh