[PATCH] D114120: [clang] Remove CLANG_ROUND_TRIP_CC1_ARGS and always roundtrip in +assert builds
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 18 05:31:25 PST 2021
thakis marked an inline comment as done.
thakis added inline comments.
================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:615
// May perform round-trip of command line arguments. By default, the round-trip
// is enabled if CLANG_ROUND_TRIP_CC1_ARGS was defined during build. This can be
// overwritten at run-time via the "-round-trip-args" and "-no-round-trip-args"
----------------
jansvoboda11 wrote:
> Can you also update this comment that menions `CLANG_ROUND_TRIP_CC1_ARGS`?
Done, thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114120/new/
https://reviews.llvm.org/D114120
More information about the cfe-commits
mailing list