rampitec added inline comments.

================
Comment at: lib/Driver/ToolChains/AMDGPU.h:44
+private:
+  const std::map<options::ID, std::string> OptionsDefault = {
+      {options::OPT_O, "3"},
----------------
Is it really needed to create map in the header?


https://reviews.llvm.org/D37386



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to