-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit bfb0766
[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>1 parent 29d09ed commit bfb0766
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | + | ||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
162 | + | ||
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
| |||
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
183 | + | ||
184 | + | ||
185 | + | ||
186 | + | ||
181 | 187 | | |
182 | 188 | | |
183 | 189 | | |
| |||
0 commit comments