Displaying 4 results from an estimated 4 matches for "llvmlowerconstexps".
2007 Jul 04
2
[LLVMdev] Accessing/Loading a new pass
...ConstantExprs
pass and (hopefully) corrected all the bitrot. It now compiles. But
opt doesn't see it (when I run Release/bin/opt --help it doesn't show
up). So, I copy the Transform/Hello directory and compile it as a
dynamically loaded pass. When I run Release/bin/opt -load
Release/lib/LLVMLowerConstExps --help it shows up. Ok. Now I run
make install. Now if I run opt -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:
__ZN4llvm1...
2007 Jul 04
2
[LLVMdev] Accessing/Loading a new pass
...cted all the bitrot. It now compiles. But
> > opt doesn't see it (when I run Release/bin/opt --help it doesn't show
> > up). So, I copy the Transform/Hello directory and compile it as a
> > dynamically loaded pass. When I run Release/bin/opt -load
> > Release/lib/LLVMLowerConstExps --help it shows up. Ok. Now I run
> > make install. Now if I run opt -load Release/lib/LLVMLowerConstExps I
> > get an error message. Specifically, I get:
>
> I'd suggest adding it back to the scalar directory. Then make sure to add
> it to include/llvm/LinkAllPasses.h...
2007 Jul 04
0
[LLVMdev] Accessing/Loading a new pass
...nd (hopefully) corrected all the bitrot. It now compiles. But
> opt doesn't see it (when I run Release/bin/opt --help it doesn't show
> up). So, I copy the Transform/Hello directory and compile it as a
> dynamically loaded pass. When I run Release/bin/opt -load
> Release/lib/LLVMLowerConstExps --help it shows up. Ok. Now I run
> make install. Now if I run opt -load Release/lib/LLVMLowerConstExps I
> get an error message. Specifically, I get:
I'd suggest adding it back to the scalar directory. Then make sure to add
it to include/llvm/LinkAllPasses.h
-Chris
> Error op...
2007 Jul 04
0
[LLVMdev] Accessing/Loading a new pass
...bitrot. It now compiles. But
>>> opt doesn't see it (when I run Release/bin/opt --help it doesn't show
>>> up). So, I copy the Transform/Hello directory and compile it as a
>>> dynamically loaded pass. When I run Release/bin/opt -load
>>> Release/lib/LLVMLowerConstExps --help it shows up. Ok. Now I run
>>> make install. Now if I run opt -load Release/lib/LLVMLowerConstExps I
>>> get an error message. Specifically, I get:
>>
>> I'd suggest adding it back to the scalar directory. Then make sure to add
>> it to include/ll...