Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

[dart] Add ntdll.lib for better exception handling in dart#709

Merged
aam merged 1 commit intoflutter:masterfrom
aam:add-ntdll
Apr 10, 2023
Merged

[dart] Add ntdll.lib for better exception handling in dart#709
aam merged 1 commit intoflutter:masterfrom
aam:add-ntdll

Conversation

@aam
Copy link
Member

@aam aam commented Apr 10, 2023

API added in https://dart.googlesource.com/sdk/+/386a87a8905c48342e1bb9dcbe0ff693690468a7 for better exception handling on Windows needs this library.

"dnsapi.lib",
"iphlpapi.lib",
"msimg32.lib",
"ntdll.lib",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this go here https://github.com/dart-lang/sdk/blob/main/runtime/BUILD.gn#L148, and should it be limited to only some runtime modes?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In order to get unblocked, we can go with this, but please file an issue to follow up.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"dnsapi.lib",
"iphlpapi.lib",
"msimg32.lib",
"ntdll.lib",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In order to get unblocked, we can go with this, but please file an issue to follow up.

@aam aam merged commit e18c162 into flutter:master Apr 10, 2023
@aam aam deleted the add-ntdll branch April 10, 2023 17:42
aam added a commit to aam/buildroot that referenced this pull request Apr 11, 2023
…lutter#709)"

This reverts commit e18c162 as there is no longer a need for the library to be added into flutter since been added to dart vm BUILD.gn in https://dart.googlesource.com/sdk/+/617925e0c5b24d5b11784056ce1b61a686bd18a5

BUG=flutter/flutter#124532
aam added a commit that referenced this pull request Apr 11, 2023
) (#711)

This reverts commit e18c162 as there is
no longer a need for the library to be added into flutter since been
added to dart vm BUILD.gn in
https://dart.googlesource.com/sdk/+/617925e0c5b24d5b11784056ce1b61a686bd18a5

BUG=flutter/flutter#124532
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants