search for: zachary

Displaying 20 results from an estimated 1051 matches for "zachary".

2023 Jul 15
1
Local --fake-super restore failing(?) and creating local directories instead
...-super -a a/ b/ rsync --super -M--fake-super -a b/ c/ ----- Instead I see 'c' unchanged, and a garbage directory created with the expected contents in the local directory: --- ~/tmp $ ls ''$'\001' a b c ~/tmp $ ls -la * ''$'\001': total 8 drwxr-xr-x 2 zachary users 4096 Jul 15 02:10 . drwxr-xr-x 6 zachary users 4096 Jul 15 02:10 .. -rw-r--r-- 1 zachary users 0 Jul 15 02:10 hello a: total 8 drwxr-xr-x 2 zachary users 4096 Jul 15 02:10 . drwxr-xr-x 6 zachary users 4096 Jul 15 02:10 .. -rw-r--r-- 1 zachary users 0 Jul 15 02:10 hello b: total 8 drwx...
2016 Dec 12
0
RFC: Constructing StringRefs at compile time
...g/AST/Expr.h So, our options are either: Allow this name clash (obviously the namespaces don't clash, only the names) and deal with it when it's an issue (which will be limited to clang, and even then not very often), or choose a different name. Thoughts? On Mon, Dec 12, 2016 at 11:53 AM Zachary Turner <zturner at google.com> wrote: > I can. I'll whip something up today > On Fri, Dec 9, 2016 at 1:18 AM Malcolm Parsons <malcolm.parsons at gmail.com> > wrote: > > On 2 December 2016 at 17:12, James Y Knight <jyknight at google.com> wrote: > > +1 fro...
2015 Apr 08
3
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
By that logic we shouldn't have an 80 column limit in LLVM :) On Wed, Apr 8, 2015 at 3:35 PM Sean Silva <chisophugis at gmail.com> wrote: > On Wed, Apr 8, 2015 at 1:32 PM, Zachary Turner <zturner at google.com> wrote: > >> When the line is like 400 characters, it's pretty obnoxious. >> > > > I guess I'd need to see the particular situation, but in my experience > most editors will wrap the line for you in a reasonable-enough way. >...
2015 Apr 08
4
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
When the line is like 400 characters, it's pretty obnoxious. On Wed, Apr 8, 2015 at 1:32 PM Sean Silva <chisophugis at gmail.com> wrote: > On Wed, Apr 8, 2015 at 1:19 PM, Zachary Turner <zturner at google.com> wrote: > >> Just found another issue with CMake versions prior to 3.0. I need to >> write a long string, and prior to 3.0 there is no line continuation for >> quoted arguments. This might seem minor, but it's one of those things that &...
2006 Sep 19
3
Problem with rpart
...t fails almost immediately in the call to C_s_to_rp, as that code returns nonsense. Looking at the code itself isn't terribly helpful, and there don't seem to be any hard limits coded anywhere. Does anyone have a suggestion for what might be going on? Thanks in advance for you help Andrew Zachary ---- Wetherby Partners LLC believes the information provided herein is reliable. While every care has been taken to ensure accuracy, the information is furnished to the recipients with no warranty as to the completeness and accuracy of its contents and on condition that any errors or omissions sha...
2019 Jan 17
2
[llvm-pdbutil] : merge not working properly
Hi Zachary ! If there a way to easily create a new PDBFileBuilder from an existing PDBFile or can/should I do the translation myself ? I would like to start from a builder filled with the EXE PDB data and then complete its DBI stream with the JIT module/symbols. Thanks ! Le mer. 16 janv. 2019 à 23:41, Vivi...
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
Hi Zackary, Did you see my followup to you cfe-commits rollback: http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20171120/210212.html I think you can just remove the change to cfe/trunk/test/CMakeLists.txt and it should work just fine. hth... don On Tue, Nov 21, 2017 at 12:00 PM Zachary Turner via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Just an update, > > At this point I've submitted and reverted this probably 6+ times, and I > don't have time to be blocked by this anymore. > > I'm looking into alternatives for now, including ways of c...
2019 Jan 17
2
[llvm-pdbutil] : merge not working properly
Ok I see.. what do you mean by “making sure to de-duplicate records as necessary” ? Le jeu. 17 janv. 2019 à 19:09, Zachary Turner <zturner at google.com> a écrit : > It's possible in theory to support incremental updates to a PDB (the file > format is designed specifically with that in mind). But this functionality > was never added to the PDB library since lld doesn't support incremental >...
2017 Nov 14
3
PSA: debuginfo-tests workflow changing slightly
...to make sure everything has a chance to go fully green again to ensure I get failure emails if it breaks. On Mon, Nov 13, 2017 at 4:43 PM Adrian Prantl <aprantl at apple.com> wrote: > I can confirm that that fixes the issue! > > — adrian > > > On Nov 13, 2017, at 4:38 PM, Zachary Turner <zturner at google.com> wrote: > > Yea I also just found it. Try adding this code in the bottom of > debuginfo-tests/lit.cfg.py > > lit.util.usePlatformSdkOnDarwin(config, lit_config) > > > On Mon, Nov 13, 2017 at 4:38 PM Adrian Prantl <aprantl at apple.com&...
2008 Jul 15
4
Patch from LKML
...= &vmi_basic_apic_ops; > > > > Yinghai, Looking more closely at this, based on my understanding this might be > > wrong for VMI. Correct patch should be as follows. Any comments? > > so you mean icr related will still use default native member? > > YH Nacked-by: Zachary Amsden <zach at vmware.com> What are you doing here and why aren't you cc-ing the maintainers? Thanks, Zach
2008 Jul 15
4
Patch from LKML
...= &vmi_basic_apic_ops; > > > > Yinghai, Looking more closely at this, based on my understanding this might be > > wrong for VMI. Correct patch should be as follows. Any comments? > > so you mean icr related will still use default native member? > > YH Nacked-by: Zachary Amsden <zach at vmware.com> What are you doing here and why aren't you cc-ing the maintainers? Thanks, Zach
2019 Jan 17
2
[llvm-pdbutil] : merge not working properly
...le is emitted by the JIT engine and complete the EXE PDB I had rebuilt with PDBFileBuilder. Does it sounds a good bet to you ? If I succeed doing that I think that could be a good extension to the debugging possibilities of MCJit if not being an extension to pdbutil. Le jeu. 17 janv. 2019 à 19:37, Zachary Turner <zturner at google.com> a écrit : > Well, for example the TPI stream is just one big collection of types. > Presumably your JIT code will reuse some of the same types (perhaps, > std::string for example) as your non-jitted code. Your jitted symbol > records in the object...
2017 Nov 10
2
PSA: debuginfo-tests workflow changing slightly
> On Nov 10, 2017, at 2:50 PM, Zachary Turner <zturner at google.com> wrote: > > I checked in a fix for that already, sorry for the trouble. I’m waiting for it to cycle awesome. Thanks! -- adrian > On Fri, Nov 10, 2017 at 2:49 PM Adrian Prantl <aprantl at apple.com <mailto:aprantl at apple.com>> wrote: &g...
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
I sorta enjoy debugging stuff like this, so if you don't mind, I'll dig into it once I get a chance -- traveling so, my access is a bit sketchy right now. I'll see if I can grab the logs and let you know if I find anything interesting. On Tue, Nov 21, 2017 at 7:04 PM, Zachary Turner <zturner at google.com> wrote: > That change was added specifically to workaround a failure in a previous > version of the commit. I think as chandler says it's pretty much > impossible for me to make any progress unless someone whose build bot is > failing actually s...
2017 Nov 14
2
PSA: debuginfo-tests workflow changing slightly
...ts.llvm.org> wrote: > > > > Yes I can reproduce this locally. It looks like we are not passing an > -isysroot (pointing to the SDK) to clang but it isn’t clear what lit magic > would expand this. > > > > -- adrian > > > >> On Nov 13, 2017, at 3:30 PM, Zachary Turner <zturner at google.com> wrote: > >> > >> Yea I'm preparing a revert right now. Does it happen for you when you > run debuginfo-tests locally? > >> > >> On Mon, Nov 13, 2017 at 3:28 PM Adrian Prantl <aprantl at apple.com> > wrote: &gt...
2019 Jan 17
4
[llvm-pdbutil] : merge not working properly
...at least it must be implemented if not yet.. Lets imagine I manage to do that.. when you say there is nothing to do, I still must have a PDBFileBuilder to copy the codeview data inside the EXE PDB right ? I cannot insert them easily in the EXE PDB with another way ? Le jeu. 17 janv. 2019 à 20:01, Zachary Turner <zturner at google.com> a écrit : > Well, is it possible to just hook up the CodeView debug info generator to > MCJIT? If you're not jitting, and you just compile something, we translate > all of the LLVM metadata into CodeView in the file CodeViewDebug.cpp. > Then, t...
2017 Nov 14
2
PSA: debuginfo-tests workflow changing slightly
Yes I can reproduce this locally. It looks like we are not passing an -isysroot (pointing to the SDK) to clang but it isn’t clear what lit magic would expand this. -- adrian > On Nov 13, 2017, at 3:30 PM, Zachary Turner <zturner at google.com> wrote: > > Yea I'm preparing a revert right now. Does it happen for you when you run debuginfo-tests locally? > > On Mon, Nov 13, 2017 at 3:28 PM Adrian Prantl <aprantl at apple.com <mailto:aprantl at apple.com>> wrote: > Since...
2019 Jan 16
2
[llvm-pdbutil] : merge not working properly
...e as you describe it. Anyway I could start trying to > do it in my jit compiler and then, once I get something working (if that > happens :)), i can come back to you with the piece of code and see if it is > worth integrating it to pdbutil and how ? > > Le mer. 16 janv. 2019 à 22:12, Zachary Turner <zturner at google.com> a > écrit : > >> Well, that’s certainly possible, but improving llvm-pdbutil is another >> possibility. Doing it directly in your jit compiler will probably save you >> time though, since you won’t have to worry about writing tests and go...
2016 Dec 12
2
RFC: Constructing StringRefs at compile time
On Mon, Dec 12, 2016 at 1:03 PM Zachary Turner via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Well, apparently clang has clang::StringLiteral in clang/AST/Expr.h > > So, our options are either: Allow this name clash (obviously the > namespaces don't clash, only the names) and deal with it when it's an issu...
2017 Nov 10
2
PSA: debuginfo-tests workflow changing slightly
...g.py", line 36, in <module> config.test_source_root = os.path.join(config.debuginfo_tests_src_root, 'tests') AttributeError: TestingConfig instance has no attribute 'debuginfo_tests_src_root' FAILED: CMakeFiles/check-all -- adrian > On Nov 10, 2017, at 1:00 PM, Zachary Turner via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > This is in as of r317925. I'm keeping an eye out for failure notifications. I may or may not need help diagnosing if something does go wrong (although I'm keeping my fingers crossed) > > On Thu, Nov 9, 2017 at...