search for: someloc

Displaying 7 results from an estimated 7 matches for "someloc".

2010 Oct 18
2
httparty vs mechanize
Are these two competing gems? Thanks! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more
2007 Feb 04
2
Centos 4.0 updates repo & local repository creation
Hello all I used Centos 4.0 iso to setup my systems and updated till date. I assume they are equivalent to systems created with Centos 4.4 Now, I am planning to setup a full local repository of Centos updates, extras, centosplus etc. (not isos...as I intend to download isos only when Centos 5 becomes available. Please advise what directories I should download for my local repository, as the
2016 Jan 06
2
Proposal for multi location debug info support in LLVM IR
...his is done by another key call (possibly with an %undef location). > > Not quite. Another key call could be used if all locations are now invalid. However, to just remove a single value, I was proposing > > ; This is the key call > %first = call token @llvm.dbg.value(token undef, %someloc, >                                   metadata !var, metadata !()) > > ; This adds a location > %second = call token @llvm.dbg.value(token %second, %someotherloc, >                                   metadata !var, metadata !()) > > ; This removes the (%second) location > %t...
2016 Jan 05
2
Proposal for multi location debug info support in LLVM IR
...ome location > > This is done by another key call (possibly with an %undef location). Not quite. Another key call could be used if all locations are now invalid. However, to just remove a single value, I was proposing ; This is the key call %first = call token @llvm.dbg.value(token undef, %someloc, metadata !var, metadata !()) ; This adds a location %second = call token @llvm.dbg.value(token %second, %someotherloc, metadata !var, metadata !()) ; This removes the (%second) location %third = call token @llvm.dbg.value(token...
2016 Jan 15
2
Proposal for multi location debug info support in LLVM IR
...ndef location). >> > >> > Not quite. Another key call could be used if all locations are now >> invalid. However, to just remove a single value, I was proposing >> > >> > ; This is the key call >> > %first = call token @llvm.dbg.value(token undef, %someloc, >> > metadata !var, metadata !()) >> > >> > ; This adds a location >> > %second = call token @llvm.dbg.value(token %second, %someotherloc, >> > metadata !var, metadata !()) >> &gt...
2010 Sep 28
15
YUMREPO { productname => PowerEdge 2650}
Hello All, How do I specify a variable that has a space in it? I''m trying to setup a yum repo that has two different baseurl''s based on the product name ($productname). Default goes one way, but if the product is "PowerEdge 2650" then is a different URL. The thing is, that is only picking up the default. How should I specify the value with the space in the
2016 Jan 04
4
Proposal for multi location debug info support in LLVM IR
Thanks for your comments. Replies inline. > The DWARF 5 standard says that > "Address range entries in a range list may not overlap.” > > The reasoning behind this is presumably that if a variable is in more than > one > location at a point all the values need to be identical, or the > information is useless Oh huh, for some reason I was under the impression that they