This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][CMake] Pass down LLVM_LIT_ARGS in runtime build
ClosedPublic

Authored by jsji on Jul 10 2020, 9:10 AM.

Details

Summary

We should also pass down the LLVM_LIT_ARGS in runtime build mode,
so that the runtime tests can be well controlled as well.

We actually passed this down in clang/runtime/CMakeLists.txt
But not for calls from llvm/runtime/CMakeLists.txt.

Diff Detail

Event Timeline

jsji created this revision.Jul 10 2020, 9:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2020, 9:10 AM
phosek accepted this revision.Jul 11 2020, 3:52 PM

LGTM

This revision is now accepted and ready to land.Jul 11 2020, 3:52 PM
This revision was automatically updated to reflect the committed changes.