[PATCH] D94668: [debug-info] [NFC] add isa support for MCStreamer

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 23:10:01 PST 2021


MaskRay added a comment.

`isa` in the subject confused me - I thought it was "An unsigned integer whose value encodes the applicable instruction set architecture for the current instruction" in the line number information, given the debug info context.

It is actually https://llvm.org/docs/HowToSetUpLLVMStyleRTTI.html


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94668



More information about the llvm-commits mailing list