[PATCH] D30760: Record command lines in objects built by clang

Zhizhou Yang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 21 17:50:54 PDT 2017


zhizhouy added a comment.

Hi aprantl, thanks for replying. I checked the usage of DwarfDebugFlags, it seems that it really did the same work of recording command line options.

And I noticed that it is set to false by default. Is it because of some concerns like the debug info size?

Is it proper to just set it to true when -grecord-gcc-switches exists on whatever platform?

Thanks,
Zhizhou


https://reviews.llvm.org/D30760





More information about the cfe-commits mailing list