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

            Bug ID: 25296
           Summary: LLDB have a lof of strict aliasing violation (based on
                    GCC warnings)
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev@lists.llvm.org
          Reporter: tbergham...@google.com
                CC: llvm-b...@lists.llvm.org
    Classification: Unclassified

Compiling LLDB with GCC produces a lot of strict-aliasing warning. These
warnings are currently turned of (in LLDBConfig.cmake) to reduce the noise they
generate, but they should be fixed at some point as they might be real
problems. After fixing all (most) of them the warning should be re-enabled to
prevent the regression in new strict aliasing violations.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to