Displaying 1 result from an estimated 1 matches for "llcoption".
Did you mean:
ll_option
2016 Jun 18
2
Supporting sub commands in LLVM command line tools
Not sure I follow how this would work. "llvm" is an executable, and "opt"
is a symlink to "llvm"? How does llvm then detect that it needs to use the
opt set of commands?
That said, in principle sure you could have "llvm opt <opt-specific command
syntax>" or "llvm llc <llc options>". At some point you'd probably need to
extend