dberris added inline comments.
================ Comment at: lib/Driver/XRayArgs.cpp:53 + } else if (Triple.getOS() == llvm::Triple::FreeBSD || + Triple.getOS() == llvm::Triple::OpenBSD) { if (Triple.getArch() != llvm::Triple::x86_64) { ---------------- I just noticed this, you probably want to format this part with clang-format (or just move the T of the second line one space, to align with the T on the previous line. Repository: rC Clang https://reviews.llvm.org/D45126 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits