Displaying 6 results from an estimated 6 matches for "build_directory".
2010 Apr 18
0
[LLVMdev] .so file creation for new passes
Hi !
The Hello world pass sources are in llvm/lib/Transform/Hello/*
If you compile llvm, the Hello library will be compiled too. It's not
installed but it's in build_directory/Debug/lib/LLVMHello.so (or in
build_directory/Release/lib/LLVMHello.so)
Olivier.
On Sun, Apr 18, 2010 at 7:35 AM, kalyan ponnala <ponnala.kalyan at gmail.com>wrote:
> Hello,
>
> I was going through the LLVM docs "writing an LLVM Pass". Can someone tell
> me how to cre...
2010 Apr 18
2
[LLVMdev] .so file creation for new passes
> If you compile llvm, the Hello library will be compiled too. It's not
> installed but it's in build_directory/Debug/lib/LLVMHello.so (or in
> build_directory/Release/lib/LLVMHello.so)
Loadable passes are not supported on windows due to lack of OS dynamic
linking support (and I doubt they will be supported ever).
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Peter...
2010 Apr 18
3
[LLVMdev] .so file creation for new passes
Hello,
I was going through the LLVM docs "writing an LLVM Pass". Can someone tell
me how to create the Hello.so file as it is said in the document. It talks
about compiling the Hello pass using gmake. I am a Windows user (windows 7,
cmake, visual studio 9 2008). I cant use cmake here as this hello pass has
links to the llvm's solution file, I mean It uses some of the header files
2011 Aug 16
3
[LLVMdev] .so file creation for new passes on Visual Studio
...un an already build LLVM-pass ( the Hello world ) on Visual
Studio. I could locate the The Hello world pass sources in
llvm/lib/Transform/Hello/*.But when I compiled llvm using the command "cmake -G
"Visual Studio 10" ..\llvm" , I couldn't find the LLVMHello.so file in
"build_directory/Debug/lib/LLVMHello.so" neither in
"build_directory/Release/lib/LLVMHello.so".Someone please help me in running
this Hello world pass.
2010 Apr 18
0
[LLVMdev] .so file creation for new passes
...her way to use
a new pass. How are windows users supposed to work?
Thanks again.
On Sun, Apr 18, 2010 at 7:16 AM, Anton Korobeynikov <anton at korobeynikov.info
> wrote:
> > If you compile llvm, the Hello library will be compiled too. It's not
> > installed but it's in build_directory/Debug/lib/LLVMHello.so (or in
> > build_directory/Release/lib/LLVMHello.so)
> Loadable passes are not supported on windows due to lack of OS dynamic
> linking support (and I doubt they will be supported ever).
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathe...
IRC question: qemu-system-arm: -machine accel=kvm:tcg: No machine specified, and there is no default
2017 Dec 31
0
IRC question: qemu-system-arm: -machine accel=kvm:tcg: No machine specified, and there is no default
...\
-display none \
-machine accel=kvm:tcg \
-m 500 \
-no-reboot \
-rtc driftfix=slew \
-global kvm-pit.lost_tick_policy=discard \
-kernel /var/tmp/.guestfs-0/appliance.d/kernel \
-initrd /var/tmp/.guestfs-0/appliance.d/initrd \
-drive file=/opt/kore_dtf/dropthefw/build_directory/5/rootfs.raw,cache=writeback,id=hd0,if=none \
-device virtio-blk-pci,drive=hd0 \
-drive file=/var/tmp/.guestfs-0/appliance.d/root,snapshot=on,id=appliance,cache=unsafe,if=none \
-device virtio-blk-pci,drive=appliance \
-device virtio-serial-pci \
-serial stdio \
-chardev soc...