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
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
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
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