search for: 5f22f7f7

Displaying 2 results from an estimated 2 matches for "5f22f7f7".

2013 Jan 27
0
[LLVMdev] Code compiling in gcc but not llvm
...__testfunc"))); > ================================================= > > Thanks > -- Abhirup Dutta, MTS, CPE team, NetApp Sys Pvt Ltd -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130126/5f22f7f7/attachment.html>
2013 Jan 26
2
[LLVMdev] Code compiling in gcc but not llvm
Hi, This is my first post, sorry if not in the right format. I am stuck at a place where I have a code fragment that runs in normal gcc but fails when I give -fplugin=dragonegg.so extern int *testfunc(); extern __typeof (testfunc) testfunc __asm__ ("" "__GI_testfunc") __attribute__ ((visibility ("hidden"))); extern __typeof(testfunc) __testfunc; extern __typeof