1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/unittests
Juergen Ributzka e1ce3bb6dc [TextAPI] Prefix all architecture enums to fix the build on i386.
Summary: This changes the Architecture enum to use a prefix (AK_) to prevent the
preprocessor from replacing i386 with 1 when building llvm/clang for i386.

Reviewers: steven_wu, lhames, mstorsjo

Reviewed By: mstorsjo

Subscribers: hiraditya, jkorous, dexonsmith, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D60241

llvm-svn: 357733
2019-04-04 22:56:50 +00:00
..
ADT [MC] Fix floating-point literal lexing. 2019-03-28 21:12:28 +00:00
Analysis Fix TargetLibraryInfoTest.ValidProto after rL357552 2019-04-03 02:30:35 +00:00
AsmParser
BinaryFormat
Bitcode
CodeGen
DebugInfo [codeview] Remove Type member from CVRecord 2019-04-04 00:28:48 +00:00
Demangle
ExecutionEngine
FuzzMutate
IR [ConstantRangeTest] Add exhaustive intersectWith() test 2019-03-27 20:18:51 +00:00
LineEditor
Linker
MC
MI
Object
ObjectYAML [ObjectYAML] Add basic minidump generation support 2019-03-22 14:47:26 +00:00
Option
Passes
ProfileData
Remarks
Support [Support] Implement is_local_impl with AIX mntctl 2019-03-29 23:32:47 +00:00
Target
TextAPI [TextAPI] Prefix all architecture enums to fix the build on i386. 2019-04-04 22:56:50 +00:00
tools [NFC][llvm-exegesis] Refactor ResolvedSchedClass & friends 2019-03-29 14:24:27 +00:00
Transforms
XRay
CMakeLists.txt
unittest.cfg.in