krytarowski added inline comments.

================
Comment at: lib/Driver/XRayArgs.cpp:54
+        if (Triple.getArch() != llvm::Triple::x86_64) {
+          D.Diag(diag::err_drv_clang_unsupported)
+              << (std::string(XRayInstrumentOption) + " on " + Triple.str());
----------------
devnexen wrote:
> krytarowski wrote:
> > Missing:
> > 
> > ```
> > break;
> > default:
> > ```
> It s a simple if above
Ah, right!.


https://reviews.llvm.org/D43378



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

Reply via email to