mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user