Skip to content

Commit 6c5b665

Browse files
ilovepipetrhosek
andauthored
Update libunwind/src/CMakeLists.txt
Fix typo Co-authored-by: Petr Hosek <[email protected]>
1 parent 31067ba commit 6c5b665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libunwind/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set_source_files_properties(${LIBUNWIND_C_SOURCES}
2222
PROPERTIES
2323
# We need to set `-fexceptions` here so that key
2424
# unwinding functions, like
25-
# _UNWIND_RaiseExcpetion, are not marked as
25+
# _UNWIND_RaiseException, are not marked as
2626
# `nounwind`, which breaks LTO builds of
2727
# libunwind. See #56825 and #120657 for context.
2828
COMPILE_FLAGS "-std=c99 -fexceptions")

0 commit comments

Comments
 (0)