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 | 037fc9311ad6c7254be49c2e061b30d552266870 (patch) | |
tree | db760b22ac2265bd4637daad0b8eed3cfdf0d0b7 /llvm/lib/Support/ThreadLocal.cpp | |
parent | 55dbf03e408094d47afe508f55a5b8daffb3cfe8 (diff) | |
download | llvm-037fc9311ad6c7254be49c2e061b30d552266870.zip llvm-037fc9311ad6c7254be49c2e061b30d552266870.tar.gz llvm-037fc9311ad6c7254be49c2e061b30d552266870.tar.bz2 |
Clean up a few references to System/. We still have docs/SystemLibrary.html
lying around...
llvm-svn: 141703
Diffstat (limited to 'llvm/lib/Support/ThreadLocal.cpp')
-rw-r--r-- | llvm/lib/Support/ThreadLocal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/ThreadLocal.cpp b/llvm/lib/Support/ThreadLocal.cpp index 6b43048..fdb251c 100644 --- a/llvm/lib/Support/ThreadLocal.cpp +++ b/llvm/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 |