Displaying 4 results from an estimated 4 matches for "benchamb".
Did you mean:
benchark
2007 Jul 04
2
[LLVMdev] Accessing/Loading a new pass
...pt -load Release/lib/LLVMLowerConstExps I
get an error message. Specifically, I get:
Error opening 'lib/LLVMLowerConst': Can't open :lib/LLVMLowerConst:
dlopen(lib/LLVMLowerConst.0.dylib, 9): Symbol not found:
__ZN4llvm12FunctionPass11runOnModuleERNS_6ModuleE
Referenced from:
/Users/benchambers/Documents/research/llvm/llvm-2.0/Release/lib/LLVMLowerConst.0.dylib
Expected in: flat namespace
-load request ignored.
What's going? I'd like to get it to be built into opt (so I'd like to
figure out why it wasn't showing up when I had it in
Transforms/Scalar), but lacking...
2007 Jul 04
2
[LLVMdev] Accessing/Loading a new pass
...LinkAllPasses.h
>
> -Chris
>
> > Error opening 'lib/LLVMLowerConst': Can't open :lib/LLVMLowerConst:
> > dlopen(lib/LLVMLowerConst.0.dylib, 9): Symbol not found:
> > __ZN4llvm12FunctionPass11runOnModuleERNS_6ModuleE
> > Referenced from:
> > /Users/benchambers/Documents/research/llvm/llvm-2.0/Release/lib/LLVMLowerConst.0.dylib
> > Expected in: flat namespace
> >
> > -load request ignored.
> >
> > What's going? I'd like to get it to be built into opt (so I'd like to
> > figure out why it wasn't sho...
2007 Jul 04
0
[LLVMdev] Accessing/Loading a new pass
...make sure to add
it to include/llvm/LinkAllPasses.h
-Chris
> Error opening 'lib/LLVMLowerConst': Can't open :lib/LLVMLowerConst:
> dlopen(lib/LLVMLowerConst.0.dylib, 9): Symbol not found:
> __ZN4llvm12FunctionPass11runOnModuleERNS_6ModuleE
> Referenced from:
> /Users/benchambers/Documents/research/llvm/llvm-2.0/Release/lib/LLVMLowerConst.0.dylib
> Expected in: flat namespace
>
> -load request ignored.
>
> What's going? I'd like to get it to be built into opt (so I'd like to
> figure out why it wasn't showing up when I had it in
>...
2007 Jul 04
0
[LLVMdev] Accessing/Loading a new pass
...t;> -Chris
>>
>>> Error opening 'lib/LLVMLowerConst': Can't open :lib/LLVMLowerConst:
>>> dlopen(lib/LLVMLowerConst.0.dylib, 9): Symbol not found:
>>> __ZN4llvm12FunctionPass11runOnModuleERNS_6ModuleE
>>> Referenced from:
>>> /Users/benchambers/Documents/research/llvm/llvm-2.0/Release/lib/LLVMLowerConst.0.dylib
>>> Expected in: flat namespace
>>>
>>> -load request ignored.
>>>
>>> What's going? I'd like to get it to be built into opt (so I'd like to
>>> figure out why...