[llvm-bugs] [Bug 45853] New: lldb:buggy expression unit test

via llvm-bugs llvm-bugs at lists.llvm.org
Fri May 8 16:21:09 PDT 2020


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

            Bug ID: 45853
           Summary: lldb:buggy expression unit test
           Product: lldb
           Version: 10.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: ggreif at gmail.com
                CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org

https://github.com/llvm/llvm-project/blob/master/lldb/unittests/Expression/DWARFExpressionTest.cpp#L207-L212

Contains extra (bogus) instructions `0xee, 0xff`, probably due to a c&p error.

Here is a fix for cherry-picking:
https://github.com/ggreif/llvm-project/commit/ef6f96bcc8230ad1014d1863cd5eae0f2a32e827

Please indicate if I should submit a PR with a dedicated branch.

-- 
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/20200508/f09bf6d8/attachment-0001.html>


More information about the llvm-bugs mailing list