[llvm-bugs] [Bug 44000] New: No diagnostic handler for bitecode input

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Nov 14 06:05:04 PST 2019


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

            Bug ID: 44000
           Summary: No diagnostic handler for bitecode input
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: zahira.ammarguellat at intel.com
                CC: blitzrakete at gmail.com, dgregor at apple.com,
                    erik.pilkington at gmail.com, llvm-bugs at lists.llvm.org,
                    richard-llvm at metafoo.co.uk

ksh-3.2$ clang -c -foptimization-record-file=t1.opt -fopenmp -emit-llvm test.c
ksh-3.2$ ls -al t1.opt
-rw-rw-rw- 1 zahiraam Domain Users 16871 2019-11-14 08:56 t1.opt
ksh-3.2$ rm t1.opt
ksh-3.2$ clang -c -foptimization-record-file=t1.opt -fopenmp test.bc
ksh-3.2$ ls -al t1.opt
ls: cannot access t1.opt: No such file or directory
ksh-3.2$

-- 
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/20191114/3805a010/attachment-0001.html>


More information about the llvm-bugs mailing list