Devang Patel
2007-Apr-13 18:33 UTC
[LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
And this brings back CommandLine Error: Arugment blah defined more than once! And without this, opt -load .../LLVMHello.dylib -hello does not work on Darwin because dyld is not able to find SlowerOperationInformer ;) thoughts ? - Devang On Apr 13, 2007, at 11:28 AM, Devang Patel wrote:> > > Changes in directory llvm/lib/Transforms/Hello: > > Makefile updated: 1.7 -> 1.8 > --- > Log message: > > Hello uses LLVMSupport.a (SlowerOperationInformer) > > > --- > Diffs of the changes: (+1 -1) > > Makefile | 2 +- > 1 files changed, 1 insertion(+), 1 deletion(-) > > > Index: llvm/lib/Transforms/Hello/Makefile > diff -u llvm/lib/Transforms/Hello/Makefile:1.7 llvm/lib/Transforms/ > Hello/Makefile:1.8 > --- llvm/lib/Transforms/Hello/Makefile:1.7 Mon Apr 9 14:17:47 2007 > +++ llvm/lib/Transforms/Hello/Makefile Fri Apr 13 13:28:23 2007 > @@ -10,7 +10,7 @@ > LEVEL = ../../.. > LIBRARYNAME = LLVMHello > LOADABLE_MODULE = 1 > -USEDLIBS > +USEDLIBS = LLVMSupport.a > > include $(LEVEL)/Makefile.common > > > > > _______________________________________________ > llvm-commits mailing list > llvm-commits at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
Devang Patel
2007-Apr-13 18:43 UTC
[LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
On Apr 13, 2007, at 12:28 PM, Chris Lattner wrote:> On Fri, 13 Apr 2007, Devang Patel wrote: >> And this brings back CommandLine Error: Arugment blah defined more >> than once! >> >> And without this, opt -load .../LLVMHello.dylib -hello does not work >> on Darwin because dyld is not able to find SlowerOperationInformer ;) > > I think libhello should drop its use of SlowOperationInformer.That'll fix Hello example. However, anyone trying to load their custom pass will likely to run into this again. - Devang
Chris Lattner
2007-Apr-13 19:28 UTC
[LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
On Fri, 13 Apr 2007, Devang Patel wrote:> And this brings back CommandLine Error: Arugment blah defined more > than once! > > And without this, opt -load .../LLVMHello.dylib -hello does not work > on Darwin because dyld is not able to find SlowerOperationInformer ;)I think libhello should drop its use of SlowOperationInformer. -Chris> On Apr 13, 2007, at 11:28 AM, Devang Patel wrote: > >> >> >> Changes in directory llvm/lib/Transforms/Hello: >> >> Makefile updated: 1.7 -> 1.8 >> --- >> Log message: >> >> Hello uses LLVMSupport.a (SlowerOperationInformer) >> >> >> --- >> Diffs of the changes: (+1 -1) >> >> Makefile | 2 +- >> 1 files changed, 1 insertion(+), 1 deletion(-) >> >> >> Index: llvm/lib/Transforms/Hello/Makefile >> diff -u llvm/lib/Transforms/Hello/Makefile:1.7 llvm/lib/Transforms/ >> Hello/Makefile:1.8 >> --- llvm/lib/Transforms/Hello/Makefile:1.7 Mon Apr 9 14:17:47 2007 >> +++ llvm/lib/Transforms/Hello/Makefile Fri Apr 13 13:28:23 2007 >> @@ -10,7 +10,7 @@ >> LEVEL = ../../.. >> LIBRARYNAME = LLVMHello >> LOADABLE_MODULE = 1 >> -USEDLIBS >> +USEDLIBS = LLVMSupport.a >> >> include $(LEVEL)/Makefile.common >> >> >> >> >> _______________________________________________ >> llvm-commits mailing list >> llvm-commits at cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-Chris -- http://nondot.org/sabre/ http://llvm.org/
Apparently Analagous Threads
- [LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
- [LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
- [LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
- [LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
- [LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi