summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/dsymutil/Inputs/odr4.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/odr4.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/odr4.cpp')
-rw-r--r--llvm/test/tools/dsymutil/Inputs/odr4.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/tools/dsymutil/Inputs/odr4.cpp b/llvm/test/tools/dsymutil/Inputs/odr4.cpp
deleted file mode 100644
index 948dbdbd8e5..00000000000
--- a/llvm/test/tools/dsymutil/Inputs/odr4.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace {
- class AnonC {
- };
-}
-
-void baz() {
- AnonC ac;
-}
OpenPOWER on IntegriCloud