diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-06-17 18:06:45 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-06-17 18:06:45 +0000 |
commit | 58cb745f31d24d2cb15a158684681f096c5d5744 (patch) | |
tree | 0a05dc28312c99cb2dfe8622831ee7b88f2142eb /llvm/lib/Support/CMakeLists.txt | |
parent | 246a460d1f2f3e113a23b40b7cbe332ca4d2c1fc (diff) | |
download | bcm5719-llvm-58cb745f31d24d2cb15a158684681f096c5d5744.tar.gz bcm5719-llvm-58cb745f31d24d2cb15a158684681f096c5d5744.zip |
Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp.
The OSX ranlib warns on files with no symbols, and lib/Support/WindowsError.cpp
was empty when building on non-windows.
llvm-svn: 211118
Diffstat (limited to 'llvm/lib/Support/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Support/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 9febb84f2b1..2438d729d8d 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -89,7 +89,6 @@ add_llvm_library(LLVMSupport TimeValue.cpp Valgrind.cpp Watchdog.cpp - WindowsError.cpp ADDITIONAL_HEADERS Unix/Host.inc |