Add correct cmake dependencies so that ToolingTests link successfully.
Details
Details
- Reviewers
tlively aheejin - Commits
- rGa8e0d49c0ce0: Fix unresolved symbols when linking tools/clang/unittests/Tooling/ToolingTests
rC361536: Fix unresolved symbols when linking tools/clang/unittests/Tooling/ToolingTests
rL361536: Fix unresolved symbols when linking tools/clang/unittests/Tooling/ToolingTests
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
cfe/trunk/unittests/Tooling/CMakeLists.txt | ||
---|---|---|
4 | The library is already up here. Why do we need it twice? |
cfe/trunk/unittests/Tooling/CMakeLists.txt | ||
---|---|---|
4 | We don't. It's removed in the code that's merged. |
cfe/trunk/unittests/Tooling/CMakeLists.txt | ||
---|---|---|
4 | Pushed a patch to remove the duplicate. https://reviews.llvm.org/D62924 |
The library is already up here. Why do we need it twice?