diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2009-08-26 18:37:05 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2009-08-26 18:37:05 +0000 |
commit | f3ea400830f5fffb1037c3fa785bc4677c26dee4 (patch) | |
tree | ed504fd9a8e26ee1abd8d160d071644ffd922fc5 /lib/Target/CMakeLists.txt | |
parent | eb2aa096bb8aba742b87a99d561185bb3f8863c5 (diff) |
CMake: Removed outdated TODO.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CMakeLists.txt')
-rw-r--r-- | lib/Target/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/CMakeLists.txt b/lib/Target/CMakeLists.txt index 888c1a3c00..8769ee297b 100644 --- a/lib/Target/CMakeLists.txt +++ b/lib/Target/CMakeLists.txt @@ -12,5 +12,3 @@ add_llvm_library(LLVMTarget TargetRegisterInfo.cpp TargetSubtarget.cpp ) - -# TODO: Support other targets besides X86. See Makefile. |