diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-08-09 01:05:31 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-08-09 01:05:31 +0000 |
| commit | 2bb3c34ed4a5794be6637e84de14aaf8199da972 (patch) | |
| tree | 36f2bfe4894e34fc74095da39367d85a75a64154 /clang/test/Modules/Inputs/stress1/module.modulemap | |
| parent | 31a57271bb43c405fb3d427b2796c271ba389df5 (diff) | |
| download | bcm5719-llvm-2bb3c34ed4a5794be6637e84de14aaf8199da972.tar.gz bcm5719-llvm-2bb3c34ed4a5794be6637e84de14aaf8199da972.zip | |
[modules] When loading a template specialization, re-canonicalize its template
arguments because the reloaded form might have become non-canonical across the
serialization/deserialization step (this particularly happens when the
canonical form of the type involves an expression).
llvm-svn: 244409
Diffstat (limited to 'clang/test/Modules/Inputs/stress1/module.modulemap')
| -rw-r--r-- | clang/test/Modules/Inputs/stress1/module.modulemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/stress1/module.modulemap b/clang/test/Modules/Inputs/stress1/module.modulemap index 2b687b01521..33eb23e2a6e 100644 --- a/clang/test/Modules/Inputs/stress1/module.modulemap +++ b/clang/test/Modules/Inputs/stress1/module.modulemap @@ -3,4 +3,5 @@ module m01 { header "Inputs/stress1/m01.h" export * } module m02 { header "Inputs/stress1/m02.h" export * } module m03 { header "Inputs/stress1/m03.h" export * } +module merge_no_reexport { header "Inputs/stress1/merge_no_reexport.h" } module merge00 { header "Inputs/stress1/merge00.h" export * } |

