Move RuntimeFunctions.def into a shared location.

RuntimeFunctions.def was used only by IRGen so far. But it is going to be used by the runtime library as well.
This commit is contained in:
Roman Levenstein
2016-02-17 20:07:12 -08:00
parent 68b6181642
commit 634579aae2
4 changed files with 3 additions and 3 deletions

View File

@@ -528,7 +528,7 @@ llvm::Constant *IRGenModule::get##ID##Fn() { \
return getRuntimeFn(*this, ID##Fn, #NAME, CC, \
RETURNS, ARGS, ATTRS); \
}
#include "RuntimeFunctions.def"
#include "swift/Runtime/RuntimeFunctions.def"
std::pair<llvm::GlobalVariable *, llvm::Constant *>
IRGenModule::createStringConstant(StringRef Str,