Skip to content

Commit 98217a4

Browse files
Update llvm/test/Instrumentation/AddressSanitizer/asan-win-dont-instrument-catchpad.ll
Co-authored-by: Antonio Frighetto <[email protected]>
1 parent 7fe17b5 commit 98217a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Instrumentation/AddressSanitizer/asan-win-dont-instrument-catchpad.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ target triple = "x86_64-pc-windows-msvc"
3737
@"??_R0H@8" = external global ptr
3838

3939
; Function Attrs: sanitize_address
40-
define noundef i32 @main() sanitize_address personality ptr @__CxxFrameHandler3 {
40+
define i32 @main() sanitize_address personality ptr @__CxxFrameHandler3 {
4141
entry:
4242
%ex = alloca i32, align 4
4343
invoke void @throw()

0 commit comments

Comments
 (0)