[llvm-bugs] [Bug 36985] New: Consolidate XRay-related driver flag processing into XRayArgs
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Apr 3 04:18:14 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=36985
Bug ID: 36985
Summary: Consolidate XRay-related driver flag processing into
XRayArgs
Product: XRay
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Clang
Assignee: dberris at google.com
Reporter: dberris at google.com
CC: llvm-bugs at lists.llvm.org
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180403/1a1e8e3e/attachment.html>
More information about the llvm-bugs
mailing list