summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-12-17 10:47:49 +0000
committerDaniel Jasper <djasper@google.com>2013-12-17 10:47:49 +0000
commita15b8e920dd4302ebdf6d847a4775340869540e8 (patch)
tree79b07f6c884be7954ee8e099e8fd66f174cc84ff
parent0761a8a085f404482b375f71e670da8ef2ea612e (diff)
downloadbcm5719-llvm-a15b8e920dd4302ebdf6d847a4775340869540e8.tar.gz
bcm5719-llvm-a15b8e920dd4302ebdf6d847a4775340869540e8.zip
Add missing file from r197485.
(Yes, the irony is not lost on me :-) ). llvm-svn: 197486
-rw-r--r--clang/test/Modules/Inputs/submodules/not_missing.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/submodules/not_missing.h b/clang/test/Modules/Inputs/submodules/not_missing.h
new file mode 100644
index 00000000000..1f8d0480e5e
--- /dev/null
+++ b/clang/test/Modules/Inputs/submodules/not_missing.h
@@ -0,0 +1,2 @@
+void NotMissingFunction() {
+}
OpenPOWER on IntegriCloud