Re: [cfe-users] package build fails at r324504 or later on VS2017

2018-02-20 Thread Hans Wennborg via cfe-users
I'm guessing this is a problem with NSIS failing to handle large files though, and I'm not sure there's much we can do about it. On Mon, Feb 19, 2018 at 10:54 PM, masaru tsuchiyama wrote: > But it failed with -DLLVM_ENABLE_PDB=ON option . > > The error message is > File: "lldELF.lib" > Internal c

Re: [cfe-users] package build fails at r324504 or later on VS2017

2018-02-20 Thread Hans Wennborg via cfe-users
The official snapshots and releases still only include the toolchain, by passing -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON. On Tue, Feb 20, 2018 at 4:54 PM, Reid Kleckner wrote: > I didn't think we included the .lib files in the NSIS package. Do we do that > now? I know users asked for it, but I thought w

[cfe-users] crashing w/sanitizers

2018-02-20 Thread Bill Torpey via cfe-users
Hi All: I’ve been happily using clang and its various sanitizers for quite a while now, but have recently run into a strange problem, and thought I would ask about it here before posting a bug report (mostly because I don’t have enough detailed information for a bug report as yet). Short vers

[cfe-users] Format of AST entries?

2018-02-20 Thread Ray Mitchell via cfe-users
I am attempting to do some basic parsing of the AST using C#. So far I've had success extracting a few things simply by writing some test C++ code, generating an AST for it, making some changes, regenerating an AST, and observing what changes in the AST entries. However, this empirical approac