summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/VMCore
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2011-12-12 04:20:41 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2011-12-12 04:20:41 +0000
commitf12dd3700c12e01a54ef0df0c9a56fb1dc930125 (patch)
treed8b94eb283c11835be515fba0ebb493993853b5f /llvm/unittests/VMCore
parent7f26246a7101ccdb26679a55d8bd8c5331e35e0e (diff)
downloadbcm5719-llvm-f12dd3700c12e01a54ef0df0c9a56fb1dc930125.tar.gz
bcm5719-llvm-f12dd3700c12e01a54ef0df0c9a56fb1dc930125.zip
re-enable unittest
Accidentally left out since r145214/r145217. llvm-svn: 146356
Diffstat (limited to 'llvm/unittests/VMCore')
-rw-r--r--llvm/unittests/VMCore/ValueMapTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/unittests/VMCore/ValueMapTest.cpp b/llvm/unittests/VMCore/ValueMapTest.cpp
index b4939208e7d..9bed37dff33 100644
--- a/llvm/unittests/VMCore/ValueMapTest.cpp
+++ b/llvm/unittests/VMCore/ValueMapTest.cpp
@@ -12,7 +12,7 @@
#include "llvm/Instructions.h"
#include "llvm/LLVMContext.h"
#include "llvm/ADT/OwningPtr.h"
-#include "llvm/Config/config.h"
+#include "llvm/Config/llvm-config.h"
#include "gtest/gtest.h"
@@ -195,7 +195,7 @@ struct LockMutex : ValueMapConfig<KeyT> {
}
static sys::Mutex *getMutex(const ExtraData &Data) { return Data.M; }
};
-#if ENABLE_THREADS
+#if LLVM_ENABLE_THREADS
TYPED_TEST(ValueMapTest, LocksMutex) {
sys::Mutex M(false); // Not recursive.
bool CalledRAUW = false, CalledDeleted = false;
OpenPOWER on IntegriCloud