diff options
Diffstat (limited to 'llvm/lib/Target/CBackend')
| -rw-r--r-- | llvm/lib/Target/CBackend/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/CBackend/CMakeLists.txt b/llvm/lib/Target/CBackend/CMakeLists.txt index be243366d50..a23ff852970 100644 --- a/llvm/lib/Target/CBackend/CMakeLists.txt +++ b/llvm/lib/Target/CBackend/CMakeLists.txt @@ -1,3 +1,5 @@ add_llvm_target(CBackend CBackend.cpp ) + +add_subdirectory(TargetInfo) |

