[llvm-bugs] [Bug 32274] XRay should not use C++ standard libraries internally

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Apr 12 23:00:31 PDT 2018


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

Dean Michael Berris <dberris at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #5 from Dean Michael Berris <dberris at google.com> ---
Unfortunately, we're still relying on some C++ specific functionality, some of
which are provided by libcxxabi, but I'd like to explore the possibility of
removing those first/instead.

This came up in a discussion with why we're failing to link C programs with
XRay instrumentation. Reopening this bug so that we can address this in either
the runtime, or even in Clang.

-- 
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/20180413/acd995ad/attachment-0001.html>


More information about the llvm-bugs mailing list