Skip to content

Commit 52c8c25

Browse files
authored
rt.dwarfeh: version (DWARFEH) added to use by OSes which need it (#16143)
1 parent 421b903 commit 52c8c25

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

druntime/src/rt/dwarfeh.d

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
module rt.dwarfeh;
1313

14-
version (Posix):
14+
version (Posix) { version = DWARFEH; }
15+
version (DWARFEH):
1516

1617
// debug = EH_personality;
1718

0 commit comments

Comments
 (0)