[LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile

Devang Patel dpatel at apple.com
Fri Apr 13 11:43:46 PDT 2007


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



More information about the llvm-dev mailing list