[PATCH] D79743: [clang][asm goto][slh] Warn if asm goto + SLH

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 13 18:34:45 PDT 2020


craig.topper added a comment.

In D79743#2035575 <https://reviews.llvm.org/D79743#2035575>, @mattdr wrote:

> Not sure we want to move this into the Parser -- SLH is a property of code generation, and I think it's possible (through LTO?) to mismatch the flags between parse and codegen.


This is frontend code generation or "IR generation". So it should't be possible to mismatch the flags.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79743





More information about the cfe-commits mailing list