Skip to content

Commit 9f85cb5

Browse files
committed
Shift ZOS libcall declarations to include-dir
In 0a3e9aa this moved to llvm/lib/IR, but other .def files are in the include directory, so shift it there.
1 parent 1428624 commit 9f85cb5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

llvm/lib/IR/RuntimeLibcalls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ void RuntimeLibcallsInfo::initLibcalls(const Triple &TT) {
609609
};
610610
static RTLibCallMapping RTLibCallCommon[] = {
611611
#define HANDLE_LIBCALL(code, name) {RTLIB::code, name},
612-
#include "ZOSLibcallNames.def"
612+
#include "llvm/IR/ZOSLibcallNames.def"
613613
};
614614
for (auto &E : RTLibCallCommon)
615615
setLibcallName(E.Code, E.Name);

0 commit comments

Comments
 (0)