Files
sdk/runtime
Alexander Markov bfb0766bdf [vm] Fix msvc product build
Fixes the following build error:

```
libdart_vm_precompiler.profiler.obj : error LNK2019: unresolved external symbol "public: static class dart::Sample * __cdecl dart::SampleBlock::ReserveSampleAndLink(class dart::Sample *,class dart::Isolate *)" (?ReserveSampleAndLink@SampleBlock@dart@@SAPEAVSample@2@PEAV32@PEAVIsolate@2@@Z) referenced in function "public: bool __cdecl dart::ProfilerStackWalker::Append(unsigned __int64,unsigned __int64)" (?Append@ProfilerStackWalker@dart@@QEAA_N_K0@Z)
```

TEST=vm-msvc-win-x64-try, vm-msvc-win-arm64-try

Change-Id: I0819a15c6201deb7933ebe01690a80e8d083134d
Cq-Include-Trybots: luci.dart.try:vm-msvc-win-arm64-try,vm-msvc-win-x64-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/460140
Auto-Submit: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
2025-11-06 12:49:19 -08:00
..
2025-11-06 12:49:19 -08:00
2025-11-06 03:34:26 -08:00