From 4973ffe5ed8a97a2386c8b1b74e84e2090b7cc91 Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Wed, 19 Jul 2017 23:15:29 +0000 Subject: [PATCH] Update module map for RuntimeLibcalls The def file was created in r308531 llvm-svn: 308547 --- include/llvm/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 766198bbc5d..3c0c45f585d 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -27,6 +27,7 @@ module LLVM_Backend { // These are intended for (repeated) textual inclusion. textual header "CodeGen/DIEValue.def" + textual header "CodeGen/RuntimeLibcalls.def" } module Target {