Displaying 7 results from an estimated 7 matches for "unforuntately".
Did you mean:
unforunately
2017 Mar 10
2
get function parameters (not arguments)
I tried the original posted code again:
for (auto& A : cast<CallInst>(BI)->arg_operands())
errs() << "--- " << A->getName() << "\n";
but it prints empty (only ---)!
Thank you and best,
Mo
On Fri, Mar 10, 2017 at 4:44 PM, Tim Northover <t.p.northover at gmail.com>
wrote:
> On 10 March 2017 at 15:41, Mohammad Norouzi <mnmomn at
2006 Jul 28
15
Store/product stock design question
Hi all,
I''m having trouble figuring out how to handle stock levels in a new
store I''m building. When products are entered into the admin of the
store, they have a stock number associated with them.
What I''m not sure about, is how I go about maintaining this stock
level. Take this scenario:
1. User A adds an item to their cart, and I check that it''s in stock -
2009 Aug 11
0
[LLVMdev] svn down?
...al changes because svn is simply not designed to do
it. svnmerge.py is not a complete solution. It only solves a very small part
of the problem.
For various reasons we use svn on our end. I would like to set up a local
git-svn mirror here so that I could take advantage of the power of git.
Unforuntately, One cannot set up a git-svn ---> git-svn workflow. I've tried.
The git guys tell me it's impossible.
So I've written an entire toolset that basically provides a poor man's
distributed source control model on top of svn (svk was not an option here for
various reasons, not t...
2014 Jul 11
1
1.2.4 disk full errors
...es apparently cause all kinds of
problems, e.g. "Expunged message reappeared", "Duplicate file entry"?
[1] http://hg.dovecot.org/dovecot-2.2/file/c55c660d6e9d/TODO
Does anyone know what's happening with Dovecot here and how to recover
so that this user can see mail again?
Unforuntately we're on a very old version, 1.2.4. Though there is a
plan for migrating to a newer platform, I need to get this user
accessing email again rather more urgently.
Thanks,
Iain Hallam.
2017 Mar 10
2
get function parameters (not arguments)
...h 2017 at 15:49, Mohammad Norouzi <mnmomn at gmail.com> wrote:
> > for (auto& A : cast<CallInst>(BI)->arg_operands())
> > errs() << "--- " << A->getName() << "\n";
>
> Ah, I see. You actually want "e" as a name. Unforuntately this isn't
> possible in general for a few reasons.
>
> First, release builds of LLVM drop most Value names for efficiency
> reasons. Without optimization your IR would just have numbers in the
> arg position: "call void @foo(i32 %3, i32 %4)". Even those numbers
> do...
2005 Aug 29
1
Data corruption
We used rsync 2.6.3 on a couple of Solaris 8 machines to update an Oracle
database from one machine to another. Here is the procedure I used:
The source database was up and running so this operation was similar to doing a
hot backup. I queried the source database for a list of tablespace names, and
for each tablespace, I queried the list of datafiles. I put the tablespace in
hot backup mode,
2009 Aug 11
2
[LLVMdev] svn down?
On Aug 10, 2009, at 6:40 PM, Erick Tryzelaar wrote:
> On Mon, Aug 10, 2009 at 6:18 PM, Ray Fix<rayfix.ml at gmail.com> wrote:
>>
>> Hello,
>> I had a question tangentially related to svn. I am very new to
>> LLVM. It
>> seems like a long road to making my own backend, but I am wading
>> through the
>> documentation and experimenting with