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
- rG LLVM Github Monorepo
- Build Status
Buildable 32403 Build 32402: arc lint + arc unit
Event Timeline
cfe/trunk/unittests/Tooling/CMakeLists.txt | ||
---|---|---|
4 ↗ | (On Diff #201036) | The library is already up here. Why do we need it twice? |
cfe/trunk/unittests/Tooling/CMakeLists.txt | ||
---|---|---|
4 ↗ | (On Diff #201036) | We don't. It's removed in the code that's merged. |
cfe/trunk/unittests/Tooling/CMakeLists.txt | ||
---|---|---|
4 ↗ | (On Diff #201036) | Pushed a patch to remove the duplicate. https://reviews.llvm.org/D62924 |