This is an archive of the discontinued LLVM Phabricator instance.

[cmake, unittests] Fix the CMake file for the LLDB unittests to support multiple configurations
ClosedPublic

Authored by stella.stamenova on May 9 2018, 8:47 AM.

Details

Summary

The current setup for the unit tests only works correctly when the generator does not support multiple configurations. When the generator supports multiple configurations, the inputs are not copied to the correct per-configuration directory. This change sets up the build to copy the inputs in each configuration directory.

Diff Detail

Repository
rL LLVM

Event Timeline

labath accepted this revision.May 9 2018, 8:49 AM

lgtm

This revision is now accepted and ready to land.May 9 2018, 8:49 AM
This revision was automatically updated to reflect the committed changes.