This is an archive of the discontinued LLVM Phabricator instance.

[XRay][compiler-rt][NFC] Expand the PIC test case for XRay
ClosedPublic

Authored by dberris on Aug 17 2017, 10:10 PM.

Details

Summary

Here we add a build with -ffunction-sections -fdata-sections and
-Wl,--gc-sections to ensure that we're still able to generate XRay
traces.

This is just adding a test, no functional changes.

Event Timeline

dberris created this revision.Aug 17 2017, 10:10 PM
This revision was automatically updated to reflect the committed changes.