Clean up a few references to System/. We still have docs/SystemLibrary.html
[oota-llvm.git] / lib / Support / ThreadLocal.cpp
index 6b43048da1550fd748487b2ebc95ddc4920668e3..fdb251c0a36b7950b65b86e037e7f42d81ac823f 100644 (file)
@@ -79,6 +79,6 @@ void ThreadLocalImpl::removeInstance() {
 #elif defined( LLVM_ON_WIN32)
 #include "Windows/ThreadLocal.inc"
 #else
-#warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in System/ThreadLocal.cpp
+#warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 set in Support/ThreadLocal.cpp
 #endif
 #endif