search for: printres

Displaying 11 results from an estimated 11 matches for "printres".

Did you mean: printers
2010 Jun 04
2
[LLVMdev] Inserting a function call into bitcode
...is that you're doing something wrong invoking the JIT; >there isn't anything obviously wrong with the code from your original >message. > >-Eli Well I am just using lli to run the linked file (i.e. program.bc). The command chain is usually as follows. llvm-g++ --emit-llvm -c PrintRes.cpp -o PrintRes.bc (PrintRes.bc has the function which I want to call from the newfile.bc below) opt -load ../../../Release/lib/CondPass.so -ProfileCond < try.bc > /dev/null (this generates newfile.bc while try.bc is original code) llvm-link -o program.bc newfile.bc PrintRes.bc l...
2010 Jun 04
2
[LLVMdev] Inserting a function call into bitcode
Hi Eli, I have attached a tar file containing Pass (ConditionPass.cpp), External function (PrintRes.cpp) and test program (try.c). I use command chain as describe in previous mail. Thanks, Nehal. -----Original Message----- From: Eli Friedman [mailto:eli.friedman at gmail.com] Sent: Friday, June 04, 2010 3:39 AM To: Nehal Gandhi Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Inserting a func...
2010 Jun 04
0
[LLVMdev] Inserting a function call into bitcode
...oking the JIT; >>there isn't anything obviously wrong with the code from your original >>message. >> >>-Eli > > Well I am just using lli to run the linked file (i.e. program.bc). The > command chain is usually as follows. > >        llvm-g++ --emit-llvm -c PrintRes.cpp -o PrintRes.bc >        (PrintRes.bc has the function which I want to call from the > newfile.bc below) > >        opt -load ../../../Release/lib/CondPass.so -ProfileCond < try.bc > > /dev/null >      (this generates newfile.bc while try.bc is original code) > >  ...
2010 Jun 04
0
[LLVMdev] Inserting a function call into bitcode
On Fri, Jun 4, 2010 at 1:09 AM, Nehal Gandhi <nbg2k7 at gmail.com> wrote: > Hi Eli, > > I have attached a tar file containing Pass (ConditionPass.cpp), External > function (PrintRes.cpp) and test program (try.c). I use command chain as > describe in previous mail. Can you just attach the final program.bc you pass to lli? I don't know how to build a plugin off the top of my head. -Eli > Thanks, > Nehal. > > -----Original Message----- > From: Eli Friedm...
2010 Jun 04
0
[LLVMdev] Inserting a function call into bitcode
On Thu, Jun 3, 2010 at 10:45 PM, Nehal Gandhi <nbg2k7 at gmail.com> wrote: > Hi Eli, > > > > Thanks for that. Rookie mistake on my side. It solves the linking issue. > However, it was not the main problem. The problem is when I execute the > linked file ( modified bitcode + file containing the function), I get an > assertion error - Assertion `Addr &&
2010 Jun 04
2
[LLVMdev] Inserting a function call into bitcode
Hi Eli, Thanks for that. Rookie mistake on my side. It solves the linking issue. However, it was not the main problem. The problem is when I execute the linked file ( modified bitcode + file containing the function), I get an assertion error - Assertion `Addr && "Code generation didn't add function to GlobalAddress table!"' failed. So my main concern - is that a
2010 Jun 04
1
[LLVMdev] Inserting a function call into bitcode
...M To: Nehal Gandhi Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Inserting a function call into bitcode On Fri, Jun 4, 2010 at 1:09 AM, Nehal Gandhi <nbg2k7 at gmail.com> wrote: > Hi Eli, > > I have attached a tar file containing Pass (ConditionPass.cpp), External > function (PrintRes.cpp) and test program (try.c). I use command chain as > describe in previous mail. Can you just attach the final program.bc you pass to lli? I don't know how to build a plugin off the top of my head. -Eli > Thanks, > Nehal. -------------- next part -------------- A non-text attachm...
2007 Apr 18
0
[Bridge] [PATCH] bridge: fix gcc format warning
Linux 2.6.10-bk13 Fix gcc format warning: net/bridge/netfilter/ebt_ulog.c:138: warning: int format, different type arg (arg 2) Signed-off-by: Randy Dunlap <rddunlap@osdl.org> diffstat:= net/bridge/netfilter/ebt_ulog.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Naurp ./net/bridge/netfilter/ebt_ulog.c~brnetf_types ./net/bridge/netfilter/ebt_ulog.c ---
2007 Apr 18
0
[Bridge] [EBTABLES][PATCH] fix gcc format warning
Hi Dave, Please apply this compiler warning fix from Randy. Signed-off-by: Bart De Schuymer <bdschuym@telenet.be> Signed-off-by: Randy Dunlap <rddunlap@osdl.org> diff -Naurp ./net/bridge/netfilter/ebt_ulog.c~brnetf_types ./net/bridge/netfilter/ebt_ulog.c --- ./net/bridge/netfilter/ebt_ulog.c~brnetf_types 2005-01-10 10:38:40.531343592 -0800 +++ ./net/bridge/netfilter/ebt_ulog.c
2002 Sep 19
1
Samba 2.2.6pre2 doesn't try to lookup for user user name by SID + pdbedit
I have instaled samba 2.2.6pre2 (due problems with printr drivers download in 2.2.5) and I have also tried to install it using ldapsam backend. It seems be working, but there are two problems: - if I try to display directory ACL (file - properties - security) I show only the user name, group name and others field are shown only as SIDs. There is no hit to LDAP (OK, groups seems be supported
2009 Dec 18
2
[LLVMdev] [PATCH] dbgs() Use
Here's an example patch of how dbgs() will be used. Essentially I will replace uses of errs() with dbgs(). I believe this is the correct thing to do because: - With #define NDEBUG, dbgs() == errs() - With debugging and -debug-buffer-size=0 (the default), dbgs() just passes output to errs(). - When -debug-buffer-size>0, you want to buffer ALL output so that you don't get some