LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 36985 - Consolidate XRay-related driver flag processing into XRayArgs
Summary: Consolidate XRay-related driver flag processing into XRayArgs
Status: RESOLVED FIXED
Alias: None
Product: XRay
Classification: Unclassified
Component: Clang (show other bugs)
Version: unspecified
Hardware: PC All
: P enhancement
Assignee: Dean Michael Berris
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-03 04:18 PDT by Dean Michael Berris
Modified: 2018-04-05 21:50 PDT (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Michael Berris 2018-04-03 04:18:14 PDT
Currently, adding linker dependencies and other flags are split between the XRayArgs class and the various drivers for different front-ends (FreeBSD, NetBSD, Gnu, etc.). We really ought to consolidate those into a single place, so that we don't have to replicate the same flag processing routines in different front-ends.
Comment 1 Dean Michael Berris 2018-04-05 21:50:46 PDT
Fixed in https://reviews.llvm.org/rL329372.