1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/unittests
Lang Hames ea10bd5e79 [Support] Fix a bug in ErrorList::join / joinErrors.
When concatenating two error lists the ErrorList::join method (which is called
by joinErrors) was failing to set the checked bit on the second error, leading
to a 'failure to check error' assertion.

llvm-svn: 274249
2016-06-30 17:43:06 +00:00
..
ADT [ADT] Add a new data structure for managing a priority worklist where 2016-06-30 02:32:20 +00:00
Analysis [PM] Sink the module parsing from the fixture to the test as subsequent 2016-06-28 00:38:42 +00:00
AsmParser
Bitcode
CodeGen
DebugInfo
ExecutionEngine
IR
LineEditor
Linker
MC
MI
ObjectYAML
Option
ProfileData
Support [Support] Fix a bug in ErrorList::join / joinErrors. 2016-06-30 17:43:06 +00:00
Transforms IR: New representation for CFI and virtual call optimization pass metadata. 2016-06-24 21:21:32 +00:00
CMakeLists.txt