This is an archive of the discontinued LLVM Phabricator instance.

[lit] Make ExecutionEngine tests run when LLVM_TARGET_ARCH != 'host' and the target is supported.
AbandonedPublic

Authored by dsanders on May 27 2015, 3:03 AM.

Details

Reviewers
None
Summary

This is necessary for the clang-cmake-mips builder where the host arch is
'mips64' but we are targeting and can execute code for the 'Mips' architecture.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 26582.May 27 2015, 3:03 AM
dsanders retitled this revision from to [lit] Make ExecutionEngine tests run when LLVM_TARGET_ARCH != 'host' and the target is supported..
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added a subscriber: Unknown Object (MLST).
dsanders abandoned this revision.Jul 28 2016, 4:53 AM

Abandoning an old patch.