llvm-6502/unittests
Benjamin Kramer 3d24eee47b Try to fix the MSVC build.
0xFFFFFFFFFFFFFFFFLL doesn't fit in a long long so it should have
type 'unsigned long long'. MSVC thinks it's a (signed) __int64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228950 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-12 19:53:49 +00:00
..
ADT ADT: Allow up to 18 arguments in hash_combine() 2015-02-09 23:21:05 +00:00
Analysis
Bitcode
CodeGen
DebugInfo Fix warning due to unused private member variable. 2015-02-11 00:33:00 +00:00
ExecutionEngine
IR IR: Add MDNode::replaceWithPermanent() 2015-02-10 19:13:46 +00:00
LineEditor
Linker
MC
Option
ProfileData
Support Try to fix the MSVC build. 2015-02-12 19:53:49 +00:00
Transforms
CMakeLists.txt
Makefile
Makefile.unittest