diff options
Diffstat (limited to 'clang/lib/CodeGen/CMakeLists.txt')
-rw-r--r-- | clang/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CMakeLists.txt b/clang/lib/CodeGen/CMakeLists.txt index 822dd9fa2e5..00a87d87a29 100644 --- a/clang/lib/CodeGen/CMakeLists.txt +++ b/clang/lib/CodeGen/CMakeLists.txt @@ -13,6 +13,7 @@ set(LLVM_LINK_COMPONENTS ScalarOpts Support Target + TransformUtils ) add_clang_library(clangCodeGen |