[llvm] r372226 - Follow-up to r372209: Use single quotes for host_ldflags in the lit config

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 02:02:17 PDT 2019


On Wed, Sep 25, 2019 at 1:56 AM Justin Bogner via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>
> Hans Wennborg via llvm-commits <llvm-commits at lists.llvm.org> writes:
> > Author: hans
> > Date: Wed Sep 18 07:12:59 2019
> > New Revision: 372226
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=372226&view=rev
> > Log:
> > Follow-up to r372209: Use single quotes for host_ldflags in the lit config
> >
> > HOST_LDFLAGS is now using double quotes, and that would break the lit
> > config file.
>
> This broke -DLLVM_BUILD_INSTRUMENTED_COVERAGE, so I attempted to fix it
> in r372791. PTAL.

Sorry about the breakage. Your fix looks reasonable to me.


More information about the llvm-commits mailing list