This is an archive of the discontinued LLVM Phabricator instance.

Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --param
ClosedPublic

Authored by MatzeB on May 4 2015, 12:56 PM.

Details

Summary

These changes allow usages where you want to pass an additional
commandline option to all invocations of a specific llvm tool. Example:

llvm-lit -Dllc=llc -enable-misched -verify-machineinstrs

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 24909.May 4 2015, 12:56 PM
MatzeB retitled this revision from to Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --param.
MatzeB updated this object.
MatzeB edited the test plan for this revision. (Show Details)
MatzeB added a reviewer: ddunbar.
MatzeB set the repository for this revision to rL LLVM.
MatzeB added subscribers: Unknown Object (MLST), qcolombet.
ddunbar edited edge metadata.May 4 2015, 1:14 PM

Fine by me, can you also update the 'lit' docs in CommandGuide to note this.

This revision was automatically updated to reflect the committed changes.