This is an archive of the discontinued LLVM Phabricator instance.

[XRay][clang] Make -fxray-modes= additive
ClosedPublic

Authored by dberris on Apr 12 2018, 10:33 PM.

Details

Summary

This allows us to do the following:

clang -fxray-modes=none ... -fxray-modes=xray-basic

It's important to be able to do this in cases where we'd like to
specialise the configuration for the invocation of the compiler, in
various scripting environments.

This is related to llvm.org/PR37066, a follow-up to D45474.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris created this revision.Apr 12 2018, 10:33 PM
eizan accepted this revision.Apr 12 2018, 10:49 PM
This revision is now accepted and ready to land.Apr 12 2018, 10:49 PM
This revision was automatically updated to reflect the committed changes.