Hey, Does anyone actually care about the "hello, world" pass in lib/Transforms/Hello? Is there any particular reason why it couldn't be under examples or projects, or just removed altogether? --Owen
Owen, I have an issue about the Hello on windows. Please seek "RFC: change build order (or location) of LLVMHello plugin" in this list, thank you :) My proposal: move it onto a new directory plugins/ ps. I would like to know why the Hello plugin is on lib/Transforms. Is it a historical reason? ...Takumi 2010/10/7 Owen Anderson <resistor at mac.com>:> Hey, > > Does anyone actually care about the "hello, world" pass in lib/Transforms/Hello? Is there any particular reason why it couldn't be under examples or projects, or just removed altogether? > > --Owen > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
On Thu, October 7, 2010 12:33 am, Owen Anderson wrote:> Hey, > > Does anyone actually care about the "hello, world" pass in > lib/Transforms/Hello? Is there any particular reason why it couldn't be > under examples or projects, or just removed altogether?everything, but please do not remove it. hellos like these help people like me to get introduced into LLVM much better :) Regards, Christian.
I agree with this, I think we should just move it to an examples directory. - Daniel On Wed, Oct 6, 2010 at 5:59 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:> Owen, I have an issue about the Hello on windows. > > Please seek "RFC: change build order (or location) of LLVMHello > plugin" in this list, thank you :) > > My proposal: move it onto a new directory plugins/ > > > ps. I would like to know why the Hello plugin is on lib/Transforms. > Is it a historical reason? > > ...Takumi > > 2010/10/7 Owen Anderson <resistor at mac.com>: >> Hey, >> >> Does anyone actually care about the "hello, world" pass in lib/Transforms/Hello? Is there any particular reason why it couldn't be under examples or projects, or just removed altogether? >> >> --Owen >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Reasonably Related Threads
- [LLVMdev] Hello pass?
- [LLVMdev] [llvm] r201072 - [CMake] Introduce llvm_add_library().
- [LLVMdev] [llvm] r201072 - [CMake] Introduce llvm_add_library().
- [LLVMdev] RFC: change build order (or location) of LLVMHello plugin
- [LLVMdev] [llvm][SelectionDAG] trivial patch: fix misprint in SelectionDAGLegalize::ExpandInsertToVectorThroughStack