[PATCH] D45126: Xray, OpenBSD support
Dean Michael Berris via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 3 04:23:10 PDT 2018
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
More information about the cfe-commits
mailing list