We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e0832 commit a6d0dbeCopy full SHA for a6d0dbe
llvm/include/llvm/IR/RuntimeLibcalls.td
@@ -1245,7 +1245,7 @@ defset list<RuntimeLibcallImpl> WinArm64ECDefaultRuntimeLibcallImpls = {
1245
1246
def WindowsARM64ECSystemLibrary
1247
: SystemRuntimeLibrary<isWindowsArm64EC,
1248
- (add WinArm64ECDefaultRuntimeLibcallImpls, __stack_chk_fail)>;
+ (add WinArm64ECDefaultRuntimeLibcallImpls)>;
1249
1250
//===----------------------------------------------------------------------===//
1251
// AMDGPU Runtime Libcalls
0 commit comments