summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-09-23 03:58:21 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-09-23 03:58:21 +0000
commitc6b4f0310c22a61fd8193ce3305486df37634f06 (patch)
treede72800b19f1435ea7d60299bfd7511847084158 /llvm/test
parent151a957fb08d1c4b88255ca367c138447fc8e70b (diff)
downloadbcm5719-llvm-c6b4f0310c22a61fd8193ce3305486df37634f06.tar.gz
bcm5719-llvm-c6b4f0310c22a61fd8193ce3305486df37634f06.zip
Don't do actual work inside an assert statement. Fixes PR11760!
llvm-svn: 164474
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Other/Inputs/llvm-cov.gcdabin0 -> 296 bytes
-rw-r--r--llvm/test/Other/Inputs/llvm-cov.gcnobin0 -> 984 bytes
-rw-r--r--llvm/test/Other/llvm-cov.test3
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Other/Inputs/llvm-cov.gcda b/llvm/test/Other/Inputs/llvm-cov.gcda
new file mode 100644
index 00000000000..9ae2286ea2f
--- /dev/null
+++ b/llvm/test/Other/Inputs/llvm-cov.gcda
Binary files differ
diff --git a/llvm/test/Other/Inputs/llvm-cov.gcno b/llvm/test/Other/Inputs/llvm-cov.gcno
new file mode 100644
index 00000000000..25e202386a8
--- /dev/null
+++ b/llvm/test/Other/Inputs/llvm-cov.gcno
Binary files differ
diff --git a/llvm/test/Other/llvm-cov.test b/llvm/test/Other/llvm-cov.test
new file mode 100644
index 00000000000..c0aa203e2c1
--- /dev/null
+++ b/llvm/test/Other/llvm-cov.test
@@ -0,0 +1,3 @@
+PR11760
+RUN: llvm-cov -gcda=%S/Inputs/llvm-cov.gcda -gcno=%S/Inputs/llvm-cov.gcno
+
OpenPOWER on IntegriCloud