search for: cctjtjtw

Displaying 1 result from an estimated 1 matches for "cctjtjtw".

2011 Apr 05
0
[LLVMdev] how to use the shadow-stack?
...rinti (long x) { printf ("%ld\n", x); } extern int mymain (void); int main (void) { return mymain (); } Now I'm trying to compile everything with > llc my.ll > g++ my.s mylib.c gc.cpp But get the following error ld: in /var/folders/Ea/EakEx6b+GBSo6cUn2AnFZk+++TI/-Tmp-//ccTjTjtW.o, section not found for address 0x6D200E00000004DD collect2: ld returned 1 exit status How do I have to do to compile? Thanks! N