Skip to content

Commit 960cd88

Browse files
committed
Remove from arm64ec case
1 parent cdfde23 commit 960cd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/RuntimeLibcalls.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ defset list<RuntimeLibcallImpl> WinArm64ECDefaultRuntimeLibcallImpls = {
12451245

12461246
def WindowsARM64ECSystemLibrary
12471247
: SystemRuntimeLibrary<isWindowsArm64EC,
1248-
(add WinArm64ECDefaultRuntimeLibcallImpls, __stack_chk_fail)>;
1248+
(add WinArm64ECDefaultRuntimeLibcallImpls)>;
12491249

12501250
//===----------------------------------------------------------------------===//
12511251
// AMDGPU Runtime Libcalls

0 commit comments

Comments
 (0)