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

            Bug ID: 44896
           Summary: Release mode clang crashes with llvm-ir input
           Product: libraries
           Version: 10.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Support Libraries
          Assignee: unassignedb...@nondot.org
          Reporter: jeroen.dobbela...@synopsys.com
                CC: llvm-bugs@lists.llvm.org

A release build of clang (top-of-tree; llvm-10) crashes with following llvm-ir
input:

---
  define linkonce i8* @b(i8* %a)
  {
     ret i8* %a
  }
---

and a command line like: clang -O3 S -emit-llvm test.ll

Also see:   https://www.godbolt.org/z/7NjLKP

Note: clang-9 was fine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to