<div dir="ltr"><div>This seems to be a slightly contentious suggestion, so it seems fitting to bring it up on cfe-dev.</div><div><br></div><div>Given that -fintegrated-as and -fno-integrated-as are available to the user, and that the integrated assembler can be a bit stringent (as compared to GAS at least, which, for example, supports deprecated syntax), it might be nice to permit the user to detect that an integrated assembler is in use.</div>
<div><br></div><div>The flag is intentionally generic so that if another compiler were to implement an integrated assembler, the same flag could be used.  The variant could be detected similar to how the compiler is detected (e.g. defined(__clang__) && defined(__INTEGRATED_ASSEMBLER__) would indicate the LLVM IAS).</div>
<div><br></div><div>This would allow for also checking the version of the assembler which is currently not possible.  Doing would enable using newer features of the assembler over time, while not breaking compatibility will slightly older toolchains.</div>
<div><br></div>-- <br>Saleem Abdulrasool<br>compnerd (at) compnerd (dot) org
</div>