Skip to content

Commit 92b4e05

Browse files
committed
Fix typo in swift section name
1 parent 56183cf commit 92b4e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/BinaryFormat/Swift.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ HANDLE_SWIFT_SECTION(acfuncs, "__swift5_acfuncs", "swift5_accessible_functions",
3434
HANDLE_SWIFT_SECTION(mpenum, "__swift5_mpenum", "swift5_mpenum", ".sw5mpen$B")
3535

3636
// Debug info.
37-
HANDLE_SWIFT_SECTION(swiftast, "__swift_ast", "swift_ast", "swiftast")
37+
HANDLE_SWIFT_SECTION(swiftast, "__swift_ast", ".swift_ast", "swiftast")

0 commit comments

Comments
 (0)