[llvm] r267281 - Use %T instead of cd'ing to Output directly.

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 10:46:29 PDT 2016


Thanks!

On Sat, Apr 23, 2016 at 4:01 AM, Benjamin Kramer via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: d0k
> Date: Sat Apr 23 06:01:36 2016
> New Revision: 267281
>
> URL: http://llvm.org/viewvc/llvm-project?rev=267281&view=rev
> Log:
> Use %T instead of cd'ing to Output directly.
>
> %T expands to Output if not configured differently.
>
> Modified:
>     llvm/trunk/test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test
>
> Modified: llvm/trunk/test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test?rev=267281&r1=267280&r2=267281&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test
> (original)
> +++ llvm/trunk/test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test Sat
> Apr 23 06:01:36 2016
> @@ -1,5 +1,5 @@
>  REQUIRES: shell
> -RUN: cd Output
> +RUN: cd %T
>  RUN: cp %p/Inputs/split-dwarf-empty.dwo %T
>  RUN: echo "%p/Inputs/split-dwarf-empty.o 0xdeadbeef" > %t.input
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160425/cc7afd41/attachment.html>


More information about the llvm-commits mailing list