This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Remove asan from runtimes test dependencies
AbandonedPublic

Authored by phosek on Jul 10 2017, 5:48 PM.

Details

Summary

asan is being built as part of the runtimes, so it shouldn't be
a dependency of runtimes test targets since this dependency won't
be satisfied after we have built the runtimes.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Jul 10 2017, 5:48 PM

This should fix the build error introduced in D33048.

phosek abandoned this revision.Jul 10 2017, 5:58 PM

Already fixed in r307605.