search for: 43b8786a

Displaying 1 result from an estimated 1 matches for "43b8786a".

2014 Aug 20
2
[LLVMdev] [RFC] Removing static initializers for command line options
There nothing magical about llc or opt. If you need to pass debug options to your own tools, you can do that with command line options like llc or opt, but the important factors remain: * this is a debugging session, not regular use. * the option storage can remain static. * we don't need and API for setting the value of the option, command line is sufficient. Sent from my iPhone > On