[PATCH] D43378: FreeBSD driver / Xray flags moving pthread to compile flags.

David CARLIER via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 16 09:25:35 PST 2018


devnexen 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());
----------------
krytarowski wrote:
> Missing:
> 
> ```
> break;
> default:
> ```
It s a simple if above


https://reviews.llvm.org/D43378





More information about the cfe-commits mailing list