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 983d52c commit 9346233Copy full SHA for 9346233
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