This enables support for XRay in Fuchsia Clang driver.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D52160
[Driver] Support XRay on Fuchsia ClosedPublic Authored by phosek on Sep 16 2018, 6:00 PM.
Details Summary This enables support for XRay in Fuchsia Clang driver.
Diff Detail
Event Timelinephosek added a parent revision: D52161: [XRay] Encapsulate all FD log related logic into a class.Sep 16 2018, 10:17 PM This revision is now accepted and ready to land.Sep 16 2018, 11:44 PM Closed by commit rC347444: [Driver] Support XRay on Fuchsia (authored by phosek). · Explain WhyNov 21 2018, 6:40 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 165706 clang/lib/Driver/ToolChains/Fuchsia.cpp
clang/lib/Driver/XRayArgs.cpp
clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/libclang_rt.xray-basic.a
clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/libclang_rt.xray.a
clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/libclang_rt.xray-basic.a
clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/libclang_rt.xray.a
clang/test/Driver/fuchsia.c
|