This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Support overriding LLVM_LIT_ARGS in standalone builds
ClosedPublic

Authored by mgorny on Oct 23 2022, 10:11 AM.

Details

Summary

Introduce LLVM_LIT_ARGS cache variable in standalone builds, to let
the caller override the options passed by LLVM to lit calls. Once
defined, this is automatically handled by LLVM's cmake logic.

Diff Detail

Event Timeline

mgorny created this revision.Oct 23 2022, 10:11 AM
mgorny requested review of this revision.Oct 23 2022, 10:11 AM
mehdi_amini accepted this revision.Oct 23 2022, 4:23 PM
This revision is now accepted and ready to land.Oct 23 2022, 4:23 PM