summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-06-06 23:43:56 +0000
committerVedant Kumar <vsk@apple.com>2016-06-06 23:43:56 +0000
commit8d0e861e9b6ac900de2a82929195ac4fe6f7b436 (patch)
tree0454741446b2f7702b684c98a12dcbc930b94dc6 /llvm/test/tools
parente8a236fc2ea07304ee73ab02f6cbb00d086caef4 (diff)
downloadbcm5719-llvm-8d0e861e9b6ac900de2a82929195ac4fe6f7b436.tar.gz
bcm5719-llvm-8d0e861e9b6ac900de2a82929195ac4fe6f7b436.zip
Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file""
This reverts commit r271953. It's still breaking on Windows, though the list initialization issue is fixed: http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/3751 llvm-svn: 271963
Diffstat (limited to 'llvm/test/tools')
-rw-r--r--llvm/test/tools/llvm-profdata/input-filenames.test16
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/test/tools/llvm-profdata/input-filenames.test b/llvm/test/tools/llvm-profdata/input-filenames.test
deleted file mode 100644
index 5d8d27b6dda..00000000000
--- a/llvm/test/tools/llvm-profdata/input-filenames.test
+++ /dev/null
@@ -1,16 +0,0 @@
-RUN: printf '# comment 1\n' > %t
-RUN: printf ' # comment 2\n' >> %t
-
-RUN: printf 'bar\n' >> %t
-RUN: printf ' baz\n' >> %t
-
-RUN: printf '2,%t.weighted\n' >> %t
-RUN: printf ' ' > %t.weighted
-
-RUN: llvm-profdata merge -input-files %t -dump-input-file-list foo -o /dev/null | FileCheck %s
-RUN: llvm-profdata merge -f %t -dump-input-file-list foo -o /dev/null | FileCheck %s
-
-CHECK: 1,foo
-CHECK-NEXT: 1,bar
-CHECK-NEXT: 1,baz
-CHECK-NEXT: 2,{{.*}}.weighted
OpenPOWER on IntegriCloud