[PATCH] D102287: [MC][X86] Add TrapFillValue definition

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 16 13:36:53 PDT 2021


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

Sorry for being late on reviews.

But it is not clear TrapFillValue needs to be built-in in MC. I worry such magic treatment of text sections vs non-text sections. 
You can use the `.fill` directive in assembly


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102287



More information about the llvm-commits mailing list