diff options
author | Luboš Luňák <l.lunak@centrum.cz> | 2020-01-14 23:46:35 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@centrum.cz> | 2020-01-14 23:51:07 +0100 |
commit | b5b2cf7af47f1ca04635dae7b787c8a81d5af4c9 (patch) | |
tree | 3668f582e0b3a8e1c519431b1479adde412f673b /clang/test/Modules/Inputs | |
parent | 729530f68fe135ad41d470fbed019cc5e31ac8a5 (diff) | |
download | bcm5719-llvm-b5b2cf7af47f1ca04635dae7b787c8a81d5af4c9.tar.gz bcm5719-llvm-b5b2cf7af47f1ca04635dae7b787c8a81d5af4c9.zip |
fix recent -fmodules-codegen fix test
Diffstat (limited to 'clang/test/Modules/Inputs')
-rw-r--r-- | clang/test/Modules/Inputs/codegen-extern-template.modulemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/codegen-extern-template.modulemap b/clang/test/Modules/Inputs/codegen-extern-template.modulemap new file mode 100644 index 00000000000..8583c653014 --- /dev/null +++ b/clang/test/Modules/Inputs/codegen-extern-template.modulemap @@ -0,0 +1 @@ +module foo { header "../codegen-extern-template.h" } |