Displaying 5 results from an estimated 5 matches for "underhttp".
2019 May 19
2
Repo for RHEL8
2009 Jul 19
0
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
...PONENTS according to this tutorial http://llvm.org/docs/MakefileGuide.html#LoadableModules
and was able to build/run my pass properly.
-shu
On Jul 17, 11:48 am, Chuck Zhao <cz... at eecg.toronto.edu> wrote:
> While learning to write LLVM passes and following the precise
> instructions underhttp://llvm.org/docs/WritingAnLLVMPass.html,
> <http://llvm.org/docs/WritingAnLLVMPass.html>
> I got this error when loading the hello pass to run the test program:
>
> opt -load ./Release/lib/Hello.so -hello < test/test.bc > /dev/null
> Error opening './Release/lib/Hello....
2009 Jul 17
2
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
While learning to write LLVM passes and following the precise
instructions under http://llvm.org/docs/WritingAnLLVMPass.html,
<http://llvm.org/docs/WritingAnLLVMPass.html>
I got this error when loading the hello pass to run the test program:
opt -load ./Release/lib/Hello.so -hello < test/test.bc > /dev/null
Error opening './Release/lib/Hello.so': ./Release/lib/Hello.so:
2019 May 19
0
Repo for RHEL8
> On 19 May 2019 19:02 TG Servers via dovecot <dovecot at dovecot.org> wrote:
>
>
> Hi,
>
> will there be a repo provided underhttps://repo.dovecot.org/ for RHEL8?
> Or CentOS8 at least then when it's out? Would be appreciated as we always try to use latest versions in RHEL for some apps like dovecot.
>
> Thanks.
Once CentOS8 is out we will try to produce packages when possible.
Aki
2009 Jul 19
2
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
...p://llvm.org/docs/MakefileGuide.html#LoadableModules
> and was able to build/run my pass properly.
>
> -shu
>
> On Jul 17, 11:48am, Chuck Zhao <cz... at eecg.toronto.edu> wrote:
>
>> While learning to write LLVM passes and following the precise
>> instructions underhttp://llvm.org/docs/WritingAnLLVMPass.html,
>> <http://llvm.org/docs/WritingAnLLVMPass.html>
>> I got this error when loading the hello pass to run the test program:
>>
>> opt -load ./Release/lib/Hello.so -hello < test/test.bc > /dev/null
>> Error opening '...