Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate XRay-related driver flag processing into XRayArgs #36333

Closed
llvmbot opened this issue Apr 3, 2018 · 1 comment
Closed

Consolidate XRay-related driver flag processing into XRayArgs #36333

llvmbot opened this issue Apr 3, 2018 · 1 comment
Labels
bugzilla Issues migrated from bugzilla xray

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Apr 3, 2018

Bugzilla Link 36985
Resolution FIXED
Resolved on Apr 05, 2018 21:50
Version unspecified
OS All
Reporter LLVM Bugzilla Contributor

Extended Description

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.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Apr 6, 2018

Fixed in https://reviews.llvm.org/rL329372.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla xray
Projects
None yet
Development

No branches or pull requests

1 participant