llvm-6502/unittests
Rafael Espindola e5e77d1cd8 Remove windows_error.
MSVC doesn't seem to provide any is_error_code_enum enumeration for the
windows errors.

Fortunately very few places in llvm have to handle raw windows errors, so
we can just construct the corresponding error_code directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210631 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-11 03:58:34 +00:00
..
ADT SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION. 2014-06-10 04:06:56 +00:00
Analysis [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
Bitcode
CodeGen
DebugInfo
ExecutionEngine [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
IR [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
LineEditor raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. 2014-04-29 23:26:49 +00:00
Linker [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
MC
Object ELFObjectWriter: deduplicate suffices in strtab 2014-04-30 16:25:02 +00:00
Option
Support Remove windows_error. 2014-06-11 03:58:34 +00:00
Transforms [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
CMakeLists.txt [CMake] Enable llvm/unittests/LinkerTests. It had not been enabled since r199354. 2014-04-29 15:52:36 +00:00
Makefile
Makefile.unittest