diff options
author | Eric Christopher <echristo@apple.com> | 2012-03-23 05:50:46 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-03-23 05:50:46 +0000 |
commit | a443e5b1f1013612950fc3c9ebfafca60a1c20df (patch) | |
tree | c545f5c40915d4440006058147e804f9accfbf19 /CMakeLists.txt | |
parent | fe3956ffa48eabad73e96f45df5cb7d4f03c318e (diff) |
Remove the C backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e4da7140b..33dd12314d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,6 @@ set(LLVM_LIBDIR_SUFFIX "" CACHE STRING "Define suffix of library directory name set(LLVM_ALL_TARGETS ARM - CBackend CellSPU CppBackend Hexagon |