[PATCH] D114120: [clang] Remove CLANG_ROUND_TRIP_CC1_ARGS and always roundtrip in +assert builds

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 18 01:51:04 PST 2021


jansvoboda11 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"
----------------
Can you also update this comment that menions `CLANG_ROUND_TRIP_CC1_ARGS`?


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

https://reviews.llvm.org/D114120



More information about the cfe-commits mailing list