[PATCH] D37689: [ELF] Fix flaky test

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 08:21:13 PDT 2017


ruiu added a comment.

I don't think I understand this patch.

  echo "foo bar"

and

  echo foo bar

print out the same string "foo bar" (without quotes).

Do you mean

  echo "INCLUDE \"%t1.script\"" > %t1.script

?

(Also, where did your '@' character come from? This test doesn't contain '@'.)


https://reviews.llvm.org/D37689





More information about the llvm-commits mailing list