Displaying 2 results from an estimated 2 matches for "llvmlibsdir".
Did you mean:
llvmlibdir
2010 Oct 14
1
[LLVMdev] "$llvmlibsdir" in test cases
hi,
we are developing a
plugin(http://wiki.llvm.org/Polyhedral_optimization_framework) for
LLVM, and need to find the LLVM libraries directory so we can locate
the loadable module. The testing guide said that we can locate the
libraries directory by the variable "$llvmlibsdir". So i put this
option after opt in the RUN line of test case:
-load=$llvmlibsdir/LLVMPolly.so. but i got:
Error opening '/LLVMPolly.so': /LLVMPolly.so: cannot open shared
object file: No such file or directory
it seems that the variable $llvmlibsdir is empty.
as we also have a lit.s...
2010 Oct 14
0
[LLVMdev] "$llvmlibsdir" in test cases
hi,
we are developing a
plugin(http://wiki.llvm.org/Polyhedral_optimization_framework) for
LLVM, and need to find the LLVM libraries directory so we can locate
the loadable module. The testing guide said that we can locate the
libraries directory by the variable "$llvmlibsdir". So i put this
option after opt in the RUN line of test case:
-load=$llvmlibsdir/LLVMPolly.so. but i got:
Error opening '/LLVMPolly.so': /LLVMPolly.so: cannot open shared
object file: No such file or directory
it seems that the variable $llvmlibsdir is empty.
as we also have a lit.s...