Displaying 4 results from an estimated 4 matches for "zsth".
Did you mean:
zsh
2006 Sep 16
1
[LLVMdev] cpp program linking error
...built the llvm-gcc4 and llvm 1.8a in my machine, but
there is some problem about llvm-gcc4. It can not compile a
cpp code like this:
#include <iostream>
using std::cout;
using std::endl;
int main()
{
cout << "Hello" << endl;
}
$llvm-g++ hello.cc -o hello
/developer/zsth/llvm-gcc/install/bin/../lib/gcc/i686-pc-linux-gnu/4.0.1/../../..
/libstdc++.soļ¼undefined reference to 'A_::LTHUNK8'
/developer/zsth/llvm-gcc/install/bin/../lib/gcc/i686-pc-linux-gnu/4.0.1/../../..
/libstdc++.soļ¼undefined reference to 'A_::LTHUNK11'
/developer/zsth/llvm-gcc/install/b...
2009 Feb 05
0
[LLVMdev] make TEST=dbgopt donesn't work?
.../sse.expandfft.second.ll
> --------- TEST-PASS: sse.expandfft
I modified the TEST.dbgopt.Makefile, just adding the full path of the
input C/C++ source file, like sse.expandfft.c
Now it works for SingleSource directory.
But for MultiSource, I see...
make[1]: Entering directory
`/developer/home2/zsth/projects/llvm.org/build/llvmobj/projects/llvm-test/MultiSource'
make[2]: Entering directory
`/developer/home2/zsth/projects/llvm.org/build/llvmobj/projects/llvm-test/MultiSource/Applications'
make[3]: Entering directory
`/developer/home2/zsth/projects/llvm.org/build/llvmobj/projects/llvm-te...
2008 Mar 04
3
[LLVMdev] llvm-gcc 4.2 building failed on x86-64
Current llvm-gcc 4.2 building failed on X86-64, here is the dump
information:
xgcc -B/home/zsth/projects/llvm.org/build/cfe4.2obj/./prev-gcc/
-B/home/zsth/projects/llvm.org/install/x86_64-unknown-linux-gnu/bin/
-I../../../cfe4.2/libcpp -I. -I../../../cfe4.2/libcpp/../include
-I../../../cfe4.2/libcpp/include -DENABLE_LLVM -g -O2 -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes...
2006 Sep 18
2
[LLVMdev] llvm-g++: Internal error
Hi,
i used CVS to checkout the source of llvm and llvm-gcc, compiled and built
them on my machine successfully.
i tried a c-language hello program, it was OK.
But when i tried a c++-language hello program, i got:
~/project/llvm/examples$ llvm-g++ t3.cc -o t3
gccld:
/developer/zsth/project/llvm/src/llvm/lib/Analysis/IPA/CallGraph.cpp:277:
void llvm::CallGraphNode::removeCallEdgeTo(llvm::CallGraphNode*): Assertion
`i && "Cannot find callee to remove!"' failed.
gccld((anonymous namespace)::PrintStackTrace()+0x1a)[0x84eb812]
gccld((anonymous namespace)::Sig...