summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs
diff options
context:
space:
mode:
authorBen Langmuir <blangmuir@apple.com>2015-12-11 01:44:43 +0000
committerBen Langmuir <blangmuir@apple.com>2015-12-11 01:44:43 +0000
commit38f2bfbbe49dc66cf33a542d3d00b115203e29eb (patch)
tree9cce899a8d5629c6386b6ee7ee209abe883d3cb0 /clang/test/Modules/Inputs
parent1e5dfedae78fd6681830ee70b94b282c634cae0f (diff)
downloadbcm5719-llvm-38f2bfbbe49dc66cf33a542d3d00b115203e29eb.tar.gz
bcm5719-llvm-38f2bfbbe49dc66cf33a542d3d00b115203e29eb.zip
Revert "[Modules] Fix regression when an elaborated-type-specifier mentions a hidden tag"
This is causing assertion failures; reverting until I can fix. This reverts commit r255267 llvm-svn: 255324
Diffstat (limited to 'clang/test/Modules/Inputs')
-rw-r--r--clang/test/Modules/Inputs/elaborated-type-structs.h3
-rw-r--r--clang/test/Modules/Inputs/module.map7
2 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/Modules/Inputs/elaborated-type-structs.h b/clang/test/Modules/Inputs/elaborated-type-structs.h
deleted file mode 100644
index da3940998fd..00000000000
--- a/clang/test/Modules/Inputs/elaborated-type-structs.h
+++ /dev/null
@@ -1,3 +0,0 @@
-struct S1;
-struct S2 { int x; };
-struct S3 { int x; };
diff --git a/clang/test/Modules/Inputs/module.map b/clang/test/Modules/Inputs/module.map
index 632517dd363..226d45fdf44 100644
--- a/clang/test/Modules/Inputs/module.map
+++ b/clang/test/Modules/Inputs/module.map
@@ -386,10 +386,3 @@ module TypedefTag {
header "typedef-tag-hidden.h"
}
}
-
-module ElaboratedTypeStructs {
- module Empty {}
- module Structs {
- header "elaborated-type-structs.h"
- }
-}
OpenPOWER on IntegriCloud