diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-27 01:50:00 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-27 01:50:00 +0000 |
| commit | a3f12d3850a73afedcb09f6f5fe12cd81c62f886 (patch) | |
| tree | 6f808b9af04251e5524a1970016208aab3da5d88 /clang/unittests | |
| parent | 2c002043e02c86fdef1c09b49373a8f7e3c4149f (diff) | |
| download | bcm5719-llvm-a3f12d3850a73afedcb09f6f5fe12cd81c62f886.tar.gz bcm5719-llvm-a3f12d3850a73afedcb09f6f5fe12cd81c62f886.zip | |
[CMake] ClangCodeGenTests: Add Core. It's referenced by the test.
llvm-svn: 216515
Diffstat (limited to 'clang/unittests')
| -rw-r--r-- | clang/unittests/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/CodeGen/CMakeLists.txt b/clang/unittests/CodeGen/CMakeLists.txt index adab03841d9..df58b263bdf 100644 --- a/clang/unittests/CodeGen/CMakeLists.txt +++ b/clang/unittests/CodeGen/CMakeLists.txt @@ -1,4 +1,5 @@ set(LLVM_LINK_COMPONENTS + Core ProfileData Support ) |

