diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-10-11 20:02:52 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-10-11 20:02:52 +0000 |
commit | 2c607b665dbeb52e2ade86f0e1f191695290da3b (patch) | |
tree | 2e8a9aa06ce6300aeb0ca807d54ca934716975c3 /lib/Support/ThreadLocal.cpp | |
parent | b5e8bc1fac7475ae8e2d0f8210bd72b7fe04df4b (diff) |
Clean up a few references to System/. We still have docs/SystemLibrary.html
lying around...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/ThreadLocal.cpp')
-rw-r--r-- | lib/Support/ThreadLocal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/ThreadLocal.cpp b/lib/Support/ThreadLocal.cpp index 6b43048da1..fdb251c0a3 100644 --- a/lib/Support/ThreadLocal.cpp +++ b/lib/Support/ThreadLocal.cpp @@ -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 |