search for: densesettest

Displaying 2 results from an estimated 2 matches for "densesettest".

2009 Apr 28
2
[LLVMdev] infinite looping on hashtables
...// If we are writing over a tombstone, remember this. if (!KeyInfoT::isEqual(TheBucket->first, getEmptyKey())) ------------------------------------------------------ Question: How can I test this? I was able to create a nifty Googletest unit test: Index: llvm.test/unittests/ADT/DenseSetTest.cpp =================================================================== --- llvm.test/unittests/ADT/DenseSetTest.cpp (revision 0) +++ llvm.test/unittests/ADT/DenseSetTest.cpp (revision 0) @@ -0,0 +1,30 @@ +//===- llvm/unittest/ADT/DenseSetTest.cpp - DenseSet unit tests --*- C ++ -*-===// +//...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...ugInfoPDB (without symbols) make[3]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/DebugInfo/PDB' make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/DebugInfo' llvm[3]: Compiling LazyEmittingLayerTest.cpp for Release+Asserts build llvm[2]: Compiling DenseSetTest.cpp for Release+Asserts build llvm[3]: Compiling MCJITMemoryManagerTest.cpp for Release+Asserts build llvm[3]: Compiling ObjectTransformLayerTest.cpp for Release+Asserts build make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/IR' llvm[2]: Compiling AttributesTest.cpp fo...