Displaying 3 results from an estimated 3 matches for "sparcmctargetdesc".
2014 Mar 10
2
[LLVMdev] A bug or a feature?
...r checker alpha.cplusplus.NewDeleteLeaks
over LLVM codebase to detect false-positives and at the same time
eliminate memory leaks. The majority of leaks were detected in
lib/Target/* and lib/MC/*. In all cases the similar trick was detected
as a leak (example from
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp) :
static MCStreamer *createMCStreamer(const Target &T, StringRef TT,
MCContext &Context, MCAsmBackend &MAB,
raw_ostream &OS, MCCodeEmitter
*Emitter,
const MCSubtarge...
2014 Mar 10
3
[LLVMdev] MCJIT problem on native 'ppc64' target
I am having an issue with MCJIT on the ppc64 machine architecture.
The symptom is that for a particular IR function the target machine
won't emit neither an object nor an assembly file and subsequent
calling the pointer to function results in a segfault.
My application generates on the fly several functions with the builder
and executes them with the MCJIT engine. I came across this
2011 Nov 01
2
[LLVMdev] llvm-3.0rc2 build error on linux/ppc
...| cut -f4 -d " ") \
--with-cxx-include-arch=$HOSTTYPE-unknown-linux-gnu
my errror:
[...]
make[4]: Entering directory
`/mnt/EXT/00/llvm/work/src/llvm-3.0rc2.src/lib/Target/Sparc/MCTargetDesc'
llvm[4]: Compiling SparcMCAsmInfo.cpp for Release build
llvm[4]: Compiling SparcMCTargetDesc.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMSparcDesc.a
make[4]: Leaving directory
`/mnt/EXT/00/llvm/work/src/llvm-3.0rc2.src/lib/Target/Sparc/MCTargetDesc'
make[3]: Leaving directory
`/mnt/EXT/00/llvm/work/src/llvm-3.0rc2.src/lib/Target/Sparc'
make[3]: Entering d...