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

Matthew Riley via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 13 18:02:25 PDT 2020


mattdr added a comment.

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.


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