sdardis added inline comments.
================ Comment at: lib/Driver/ToolChains/Clang.cpp:1523 + CmdArgs.push_back("-muninit-const-in-rodata"); + A->claim(); + } ---------------- atanasyan wrote: > What's happened if the `-muninit-const-in-rodata` is used without > `-membedded-data`? Will the compiler shows a warning about unused command > line option? Yes, it warns that it's unused. https://reviews.llvm.org/D35917 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits