[llvm-bugs] [Bug 40530] New: Please backport r352610 to 8.0 ([clang] [Driver] [NetBSD] Append -rpath for shared compiler-rt runtimes)

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 30 07:31:24 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=40530

            Bug ID: 40530
           Summary: Please backport r352610 to 8.0 ([clang] [Driver]
                    [NetBSD] Append -rpath for shared compiler-rt
                    runtimes)
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: mgorny at gentoo.org
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
                    neeilans at live.com, richard-llvm at metafoo.co.uk
            Blocks: 40331

Please backport r352610 to 8.0 branch.  TIA.


[clang] [Driver] [NetBSD] Append -rpath for shared compiler-rt runtimes

Append appropriate -rpath when using shared compiler-rt runtimes,
e.g. '-fsanitize=address -shared-libasan'.  There's already a similar
logic in CommonArgs.cpp but it uses non-standard arch-suffixed
installation directory while we want our driver to work with standard
installation paths.

Differential Revision: https://reviews.llvm.org/D57303


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=40331
[Bug 40331] [meta] 8.0.0 Release Blockers
-- 
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/20190130/32e66f03/attachment-0001.html>


More information about the llvm-bugs mailing list