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: dber...@google.com
          Reporter: dber...@google.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to