This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [cmake] Fix skipping DEPS (typo) in sanitizer_test_compile()
ClosedPublic

Authored by mgorny on Oct 12 2017, 1:46 AM.

Details

Summary

Fix typo in variable assignment inside sanitizer_test_compile() that
resulted in TEST_DEPS parameter not being included in the clang_compile()
call. Spotted by George Karpenkov in D38444.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Oct 12 2017, 1:46 AM

Yep, thanks! Good to go provided tests run.
Looks like we haven't spotted it due to other bug you have fixed cancelling this one out.

This revision is now accepted and ready to land.Oct 12 2017, 10:07 AM
This revision was automatically updated to reflect the committed changes.