================ @@ -1982,7 +1982,7 @@ unsigned tools::ParseFunctionAlignment(const ToolChain &TC, return 0; if (A->getOption().matches(options::OPT_falign_functions)) - return 0; + return 4; // log2(16) ---------------- compnerd wrote:
@pogo59 that is documented in the GCC documentation. Many, if not most, of the driver arguments are GCC derived and behave identically. https://github.com/llvm/llvm-project/pull/101257 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits