Displaying 3 results from an estimated 3 matches for "chrisglover".
2019 Apr 26
3
Total response file count limited to 21
...s, who did a bunch of the implementation in this area.
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Shoaib Meenai via llvm-dev <llvm-dev at lists.llvm.org>
Reply-To: Shoaib Meenai <smeenai at fb.com>
Date: Friday, April 26, 2019 at 8:34 AM
To: Chris Glover <chrisglover at google.com>, "llvm-dev at lists.llvm.org" <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] Total response file count limited to 21
Hi Chris,
I fixed this in https://reviews.llvm.org/D60631<https://urldefense.proofpoint.com/v2/url?u=https-3A__reviews.llvm.org_D60631&am...
2019 Apr 26
2
Total response file count limited to 21
Hi,
I recently hit this on a project using a build system that relies heavily
on nested response files. We found we could only have 21 response files total
before getting errors related to the unexpanded response files. I tracked
it down to this code in llvm/lib/Support/CommandLine.cpp
// If we have too many response files, leave some unexpanded. This
avoids
// crashing on
2019 May 03
2
Total response file count limited to 21
...> >
> > From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Shoaib
> Meenai via llvm-dev <llvm-dev at lists.llvm.org>
> > Reply-To: Shoaib Meenai <smeenai at fb.com>
> > Date: Friday, April 26, 2019 at 8:34 AM
> > To: Chris Glover <chrisglover at google.com>, "llvm-dev at lists.llvm.org" <
> llvm-dev at lists.llvm.org>
> > Subject: Re: [llvm-dev] Total response file count limited to 21
> >
> >
> >
> > Hi Chris,
> >
> >
> >
> > I fixed this in https://reviews.llvm...