Re: r262487 - test/Driver/cl-pch-errorhandling.cpp: Copy input file to a temporary

2016-03-02 Thread Nico Weber via cfe-commits
Ok, gave that a try in r262541. On Wed, Mar 2, 2016 at 1:20 PM, Daniel Jasper wrote: > Feel free to change. I have no idea what I am doing here. > > On Wed, Mar 2, 2016 at 12:55 PM, Nico Weber wrote: > >> (A different fix would've been to just add /Fp%.pch to set the output >> path to be not ne

Re: r262487 - test/Driver/cl-pch-errorhandling.cpp: Copy input file to a temporary

2016-03-02 Thread Daniel Jasper via cfe-commits
Feel free to change. I have no idea what I am doing here. On Wed, Mar 2, 2016 at 12:55 PM, Nico Weber wrote: > (A different fix would've been to just add /Fp%.pch to set the output path > to be not next to the inputs.) > > On Wed, Mar 2, 2016 at 6:27 AM, Daniel Jasper via cfe-commits < > cfe-com

Re: r262487 - test/Driver/cl-pch-errorhandling.cpp: Copy input file to a temporary

2016-03-02 Thread Nico Weber via cfe-commits
Thanks! On Wed, Mar 2, 2016 at 6:27 AM, Daniel Jasper via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: djasper > Date: Wed Mar 2 08:26:59 2016 > New Revision: 262487 > > URL: http://llvm.org/viewvc/llvm-project?rev=262487&view=rev > Log: > test/Driver/cl-pch-errorhandling.cpp: Copy

Re: r262487 - test/Driver/cl-pch-errorhandling.cpp: Copy input file to a temporary

2016-03-02 Thread Nico Weber via cfe-commits
(A different fix would've been to just add /Fp%.pch to set the output path to be not next to the inputs.) On Wed, Mar 2, 2016 at 6:27 AM, Daniel Jasper via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: djasper > Date: Wed Mar 2 08:26:59 2016 > New Revision: 262487 > > URL: http://ll

r262487 - test/Driver/cl-pch-errorhandling.cpp: Copy input file to a temporary

2016-03-02 Thread Daniel Jasper via cfe-commits
Author: djasper Date: Wed Mar 2 08:26:59 2016 New Revision: 262487 URL: http://llvm.org/viewvc/llvm-project?rev=262487&view=rev Log: test/Driver/cl-pch-errorhandling.cpp: Copy input file to a temporary location as we cannot assume the location of the input file to be writable. Modified: cfe/