diff options
author | Renato Golin <renato.golin@linaro.org> | 2016-11-14 13:09:24 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2016-11-14 13:09:24 +0000 |
commit | 199b6b941d86fc99a3e609acb82a03d16572cfcd (patch) | |
tree | bca3f5c0cffda5b979f6716d78a4c258bfd2b04a /llvm/test/tools/llvm-strings/file-filename.test | |
parent | 2a1cc587bf7753b4eeb5dc295674aeb61f74fb86 (diff) | |
download | bcm5719-llvm-199b6b941d86fc99a3e609acb82a03d16572cfcd.tar.gz bcm5719-llvm-199b6b941d86fc99a3e609acb82a03d16572cfcd.zip |
Revert "llvm-strings: support printing the filename"
Also,
Revert "test: remove the archive before modifying it"
Revert "test: explicitly use gnu format"
This reverts commits r286778, r286729 and r286767, as they are randomly failing
on many bots (AArch64, x86_64).
llvm-svn: 286820
Diffstat (limited to 'llvm/test/tools/llvm-strings/file-filename.test')
-rw-r--r-- | llvm/test/tools/llvm-strings/file-filename.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/tools/llvm-strings/file-filename.test b/llvm/test/tools/llvm-strings/file-filename.test deleted file mode 100644 index 5e77aeb73d3..00000000000 --- a/llvm/test/tools/llvm-strings/file-filename.test +++ /dev/null @@ -1,4 +0,0 @@ -RUN: echo -n abcd > %T/abcd -RUN: llvm-strings -f %T/abcd | FileCheck %s -RUN: llvm-strings --print-file-name %T/abcd | FileCheck %s -CHECK: {{[\\/]}}abcd: abcd |