1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/unittests
Zachary Turner 80d8c682d7 Rename llvm::apply -> llvm::apply_tuple.
llvm::cl already has a function called llvm::apply() so this is
causing an ODR violation.  The STLExtras version should win the
vote on which one gets to be called apply() since it is named
after the equivalent STL function, but since renaiming the cl
version is more difficult, let's do this for now to get the
bots green.

llvm-svn: 283800
2016-10-10 21:24:34 +00:00
..
ADT Rename llvm::apply -> llvm::apply_tuple. 2016-10-10 21:24:34 +00:00
Analysis [PM] Refactor this unittest a bit to remove duplicated code. This was 2016-09-26 06:29:21 +00:00
AsmParser
Bitcode
CodeGen GlobalISel: fix misuse of using declaration in test. 2016-10-06 13:57:31 +00:00
DebugInfo [pdb] Fix unit test compilation. 2016-09-14 23:17:08 +00:00
ExecutionEngine [ORC] Fix the RPC unit test for header changes in r281171. 2016-09-11 19:12:19 +00:00
IR [ConstantRange] Make getEquivalentICmp smarter 2016-10-02 20:59:05 +00:00
LineEditor
Linker
MC Misc improvements to StringTableBuilder. 2016-10-04 22:43:25 +00:00
MI CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses 2016-08-24 01:52:46 +00:00
ObjectYAML
Option
ProfileData
Support [ARM]: Add Cortex-R52 target to LLVM 2016-10-07 12:06:40 +00:00
Transforms [MSSA] Allow unittests to use BasicAA when building. 2016-10-03 23:12:35 +00:00
CMakeLists.txt [CMake] Use CMake's default RPATH for the unit tests 2016-09-07 08:37:15 +00:00