mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:21:13 +08:00
79b59b0a8f
Most Crashpad builds use Microsoft's armasm64.exe macro assembler for .asm source files. When building in Chromium, clang-cl is used as the assembler instead. Since the two assemblers recognize different assembly dialects, the same .asm file can't be used for each. As a workaround, use a prebuilt .obj file when the Microsoft-dialect assembler isn't available. The obj file is generated from the capture_context_win_arm64.asm by armasm64 macro assembler. If this asm file is modified, the obj file needs to be updated. Change-Id: Id5a4a949997a27b04815aeb79b2540d30a52d34c Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1632749 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org>
614 B
614 B