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
Paths
| Differential D9487
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
Diff Detail
Event TimelineClosed by commit rL236461: Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --param (authored by matze). · Explain WhyMay 4 2015, 2:40 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24917 llvm/trunk/docs/CommandGuide/lit.rst
llvm/trunk/test/lit.cfg
llvm/trunk/utils/lit/lit/main.py
|