MaskRay added a comment.

The `volatile` qualifier is implied but makes the intention explicit. I agree 
that the user should not be punished (-Wasm-volatile) by writing `asm 
volatile("int3")` instead of `asm("int3")`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118297

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to