summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/dsymutil/Inputs/odr3.cpp
diff options
context:
space:
mode:
authorFrederic Riss <friss@apple.com>2015-08-23 02:38:37 +0000
committerFrederic Riss <friss@apple.com>2015-08-23 02:38:37 +0000
commit4568ce79bd58b54b9a6fb29dca1da3fd96102a78 (patch)
treec9c9bc9e33b55f2ead86d4c317dfb49661770ede /llvm/test/tools/dsymutil/Inputs/odr3.cpp
parentf8bcc0c61035bbb185cfdfa9f1c23e46e5cdd653 (diff)
downloadbcm5719-llvm-4568ce79bd58b54b9a6fb29dca1da3fd96102a78.tar.gz
bcm5719-llvm-4568ce79bd58b54b9a6fb29dca1da3fd96102a78.zip
[dsymutil] Remove old ODR uniquing tests
These tests have been obsoleted by the refactored versions introduced in the previous commit. llvm-svn: 245804
Diffstat (limited to 'llvm/test/tools/dsymutil/Inputs/odr3.cpp')
-rw-r--r--llvm/test/tools/dsymutil/Inputs/odr3.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/tools/dsymutil/Inputs/odr3.cpp b/llvm/test/tools/dsymutil/Inputs/odr3.cpp
deleted file mode 100644
index 1200c670a48..00000000000
--- a/llvm/test/tools/dsymutil/Inputs/odr3.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "odr-types.h"
-
-int bar() {
- S s;
- s.incr(42);
- return s.foo();
-}
OpenPOWER on IntegriCloud