[PATCH] D63617: [COFF, ARM64] Fix encoding of __debugbreak

Tom Tan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 20 17:56:09 PDT 2019


TomTan added a comment.

In D63617#1552615 <https://reviews.llvm.org/D63617#1552615>, @rnk wrote:

> Even if `BRK #0xF000` is a Windows convention, it's still possible for ISel to select different instructions for different OSs, and I'd prefer to implement it that way.


Ok, did the implementation in LLVM in https://reviews.llvm.org/D63635.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63617/new/

https://reviews.llvm.org/D63617





More information about the cfe-commits mailing list