summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@centrum.cz>2020-01-14 23:46:35 +0100
committerLuboš Luňák <l.lunak@centrum.cz>2020-01-14 23:51:07 +0100
commitb5b2cf7af47f1ca04635dae7b787c8a81d5af4c9 (patch)
tree3668f582e0b3a8e1c519431b1479adde412f673b /clang/test/Modules/Inputs
parent729530f68fe135ad41d470fbed019cc5e31ac8a5 (diff)
downloadbcm5719-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.modulemap1
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" }
OpenPOWER on IntegriCloud