Enabling Xray in OpenBSD
Details
Diff Detail
- Repository
- rC Clang
Event Timeline
LGTM -- at some point, it would be good to refactor all these flag settings to a single place. Maybe file a bug so that we can track that issue on XRay? If you can't do it now, I'd be happy to do it later on.
I do not have access to the bug tracker (yet) you can if you wish (I guess it s adding it in the "Common" driver ?
lib/Driver/XRayArgs.cpp | ||
---|---|---|
53 | 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. |
Fixed: http://llvm.org/PR36985
Nice ! The NetBSD version will benefit it as well (not sure it s really done in the frontend side).
Do you need to have someone land this for you, or can you land it yourself? If @brad isn't able to get to it anytime soon, then I'm happy for this to land either way.
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.