This change fixes http://llvm.org/PR36985 to define a single place in
CommonArgs.{h,cpp} where XRay runtime flags and link-time dependencies
are processed for all toolchains that support XRay instrumentation. This
is a refactoring of the same functionality spread across multiple
toolchain definitions.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 16702 Build 16702: arc lint + arc unit
Event Timeline
Comment Actions
Do the unit tests have same outcome with these changes ? Otherwise, appreciate the simplification.
Comment Actions
Yes, locally, ninja check-all on Linux works just fine for me. No idea whether this will be the case for the buildbots, but that's easy enough to address when I get LGTM for the patch (and it lands, preferably daytime in Sydney).