search for: 70df7880

Displaying 2 results from an estimated 2 matches for "70df7880".

2014 Feb 14
2
[LLVMdev] Proposal: split tools/opt/opt.cpp to OptTool and a smaller main()
...dardize the appropriate > things and have them be a natural part of its API. FWIW, it will. I don't want to try to sequence these things though. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140214/70df7880/attachment.html>
2014 Feb 11
11
[LLVMdev] Proposal: split tools/opt/opt.cpp to OptTool and a smaller main()
Hello, I started some refactoring work on tools/opt/opt.cpp in r201116, but conceptually this is part of a larger effort. I'd like to consult with llvmdev@ about the best way to move this forward. Background: opt is a very useful swiss-army-knife tool, and its capabilities may be useful to custom tools. However, as it stands now opt is now very modular - almost all its functionality is