diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-10-12 23:29:02 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-10-12 23:29:02 +0000 |
| commit | 88d10b68e0975510477d87e585c020a929739778 (patch) | |
| tree | c56bd85a61a3b1e1dca2ba7cf5cda6882d290f55 /clang/test/Modules/Inputs/PR28752/module.modulemap | |
| parent | d9fa56a4fb24c4763adf2ea4e16b04a4f43e3e08 (diff) | |
| download | bcm5719-llvm-88d10b68e0975510477d87e585c020a929739778.tar.gz bcm5719-llvm-88d10b68e0975510477d87e585c020a929739778.zip | |
Revert r284008. This is us to fail to instantiate static data members in some
cases. I'm working on reducing a testcase.
llvm-svn: 284081
Diffstat (limited to 'clang/test/Modules/Inputs/PR28752/module.modulemap')
| -rw-r--r-- | clang/test/Modules/Inputs/PR28752/module.modulemap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Modules/Inputs/PR28752/module.modulemap b/clang/test/Modules/Inputs/PR28752/module.modulemap deleted file mode 100644 index caf888fc474..00000000000 --- a/clang/test/Modules/Inputs/PR28752/module.modulemap +++ /dev/null @@ -1 +0,0 @@ -module a { header "a.h" export * } |

