[PATCH] D23833: [Polly] Introduce unittests.
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 13:05:28 PDT 2016
> Meinersbur marked an inline comment as done.
>
> ================
> Comment at: test/Unit/lit.cfg:2
> @@ +1,3 @@
> +# -*- Python -*-
> +
> +# Configuration file for the 'lit' test runner.
> ----------------
> grosser wrote:
> > It seems these files have accidentally the +x flag set.
> This is due to Lint running on a Windows filesystem which has no
> executable flags and therefore the flag is always set (otherwise one
> couldn't execute anything).
>
> Git knows how to behave on Windows filesystems, so this won't be part of
> the commit.
>
>
> https://reviews.llvm.org/D23833
Ah. Thanks for explaining.
Best,
Tobias
More information about the llvm-commits
mailing list