Displaying 4 results from an estimated 4 matches for "cs321".
Did you mean:
s321
2003 Dec 09
2
[LLVMdev] Linking Errors?
Can anyone help with these crazy linking errors??
/home/kgibbs/CS321/CVS/llvm/lib/Debug/vmcore.o(.gnu.linkonce.t._ZN4llvm12Lea
kDetector16addGarbageObjectEPKNS_5ValueE+0xd): In function
`llvm::LeakDetector::addGarbageObject(llvm::Value const*)':
/usr/include/c++/3.2.1/bits/stl_pair.h:148: undefined reference to
`llvm::LeakDetector::addGarbageObjectImpl(llvm::Va...
2003 Dec 09
0
[LLVMdev] Linking Errors?
...t if you use the -l option, you'll likely need to use -L<path> as
well to tell the linker where to find "libsupport.a" (file included by
the -lsupport option).
Reid.
Kevin Gibbs wrote:
> Can anyone help with these crazy linking errors??
>
>
>
> /home/kgibbs/CS321/CVS/llvm/lib/Debug/vmcore.o(.gnu.linkonce.t._ZN4llvm12LeakDetector16addGarbageObjectEPKNS_5ValueE+0xd):
> In function `llvm::LeakDetector::addGarbageObject(llvm::Value const*)':
>
> /usr/include/c++/3.2.1/bits/stl_pair.h:148: undefined reference to
> `llvm::LeakDetector::addGarbag...
2003 Dec 09
3
[LLVMdev] Linking Errors?
...lt;path> as
> well to tell the linker where to find "libsupport.a" (file included by
> the -lsupport option).
>
> Reid.
>
> Kevin Gibbs wrote:
>
> > Can anyone help with these crazy linking errors??
> >
> >
> >
> >
> /home/kgibbs/CS321/CVS/llvm/lib/Debug/vmcore.o(.gnu.linkonce.t._ZN4llvm12L
> eakDetector16addGarbageObjectEPKNS_5ValueE+0xd):
> > In function `llvm::LeakDetector::addGarbageObject(llvm::Value const*)':
> >
> > /usr/include/c++/3.2.1/bits/stl_pair.h:148: undefined reference to
> > `llvm:...
2003 Dec 12
0
[LLVMdev] Cool projects with LLVM page, please help! :)
...results/whatever on the page to show some of the
cool things that have been done with LLVM, but which aren't necessarily
included in the mainline distribution.
I know that LLVM was used in at least some course projects in the
following UIUC classes: CS497CZ, CS497YYZ, CS426(2003), CS426(2002),
CS321, and in COMP4133 at the University of New South Wales, AU. If there
are others, please let me know, and please forward this request to anyone
you know who may have worked on a project with LLVM, but isn't currently
on llvmdev.
If you did use LLVM in a course project (or do so in the future),...