search for: __tcf_0

Displaying 6 results from an estimated 6 matches for "__tcf_0".

2010 Jun 03
2
[LLVMdev] Getting rid of the dangling names of functions
.... Also find attached "hello.cpp" on which i am testing the pass .When i run the command: "opt -load $HOME/llvm/src/Debug/lib/TEMP.so -hello < hello.bc > /dev/null" .The output shown is Hello: _GLOBAL__I_x Hello: main Hello: _Z4rajuif Hello: _Z4brtyv Hello: _Z4rajui Hello: __tcf_0 But we want output to be Hello: main Hello: raju Hello: brty Hello: raju How can we get this ..?? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100603/dab391cd/attachment.html> -------------- next par...
2011 Oct 16
0
[LLVMdev] Static destructor problem with recent HEAD
...xception 0 tartc 0x00000001010a8265 PrintStackTrace(void*) + 53 1 tartc 0x00000001010a88cc SignalHandler(int) + 364 2 libSystem.B.dylib 0x00007fff831341ba _sigtramp + 26 3 libSystem.B.dylib 0x7261742e65637365 _sigtramp + 3796906437 4 libstdc++.6.dylib 0x00007fff878da5d2 __tcf_0 + 0 5 libstdc++.6.dylib 0x00007fff878d8ae1 __cxxabiv1::__terminate(void (*)()) + 11 6 libstdc++.6.dylib 0x00007fff878d8b16 __cxxabiv1::__unexpected(void (*)()) + 0 7 libstdc++.6.dylib 0x00007fff878d8fd6 std::bad_cast::what() const + 0 8 tartc 0x000000010106ad46 llvm::BumpPtrAllocato...
2011 Oct 16
2
[LLVMdev] Static destructor problem with recent HEAD
On Sat, Oct 15, 2011 at 9:49 PM, Chandler Carruth <chandlerc at google.com>wrote: > On Sat, Oct 15, 2011 at 9:20 PM, Talin <viridia at gmail.com> wrote: > >> I recently updated my version of LLVM from revision 140108 to 142082, and >> several things broke, most of which were easily fixed. However, I'm now >> getting a "pure virtual method called"
2011 May 24
0
How to resolve Centos Linux Version 5.5 x86_32 C​allgrind Version 3.6.1 cg_annotat​​​e : Line 1 Missing command line error?
...Dw I1mr D1mr D1mw ILmr DLmr DLmw summary: 51414468282 24200786461 13006654839 651776228 364795898 154843814 202585 5324012 59432151 ob=(10) /home/frankc/DQTTest6/MatchUpTest/lirh5g_deb/MatchUpAccurate.exe fl=(20) /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c++/4.1.2/iostream fn=(8384) __tcf_0 0x804e2d8 76 1 0 1 1 0 0 1 +1 * 1 +2 * 1 0 1 +1 * 1 +3 * 1 0 1 1 cfi=(14) ??? cfn=(1026) 0x0804f422 calls=1 0x804f422 -76 * * 2 2 +5 * 1 +6 * 1 +6 * 1 0 1 +3 * 1 0 1 cob=(7) /usr/lib/libstdc++.so.6.0.8 cfi=(7) ??? cfn=(8390) std::ios_base::Init::~Init() calls=1 0x3e30b70 -76 * * 26 12 8 5 3 0 4 3 c...
2009 Dec 08
4
[LLVMdev] A question about 'llc -march=c'
...lt;char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)' /tmp/ccDcoA7R.o: In function `global constructors keyed to main': testcc.cbe.c:(.text+0x6a): undefined reference to `std::ios_base::Init::Init()' /tmp/ccDcoA7R.o: In function `__tcf_0': testcc.cbe.c:(.text+0x9e): undefined reference to `std::ios_base::Init::~Init()' collect2: ld returned 1 exit status
2008 Nov 07
2
[LLVMdev] CBE errors
...ng C code: $ llvm-g++ -emit-llvm -O2 -c -o main.bc main.cpp $ llc -f -march=c main.bc $ gcc -c main.cbe.c main.cbe.c:223: warning: conflicting types for built-in function ‘malloc’ main.cbe.c: In function ‘main’: main.cbe.c:254: warning: return type of ‘main’ is not ‘int’ main.cbe.c: In function ‘__tcf_0’: main.cbe.c:286: error: ‘_ZL22__gthrw_pthread_cancelm’ undeclared (first use in this function) main.cbe.c:286: error: (Each undeclared identifier is reported only once main.cbe.c:286: error: for each function it appears in.) Here are the relevant lines from main.cbe.c. Notice that "pth...