[llvm-bugs] [Bug 36917] New: clang frontend command failed due to signal

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Mar 27 02:01:37 PDT 2018


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

            Bug ID: 36917
           Summary: clang frontend command failed due to signal
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: zhangjun02 at ict.ac.cn
                CC: llvm-bugs at lists.llvm.org

I am try to compile the 401.bzip2 using the following commands:

COMP_CONF = -DSPEC_CPU -DNDEBUG -O2 -fno-strict-aliasing -DSPEC_CPU_LP64
-emit-llvm -c

 comp_bc:
         clang ${COMP_CONF} spec.c -o spec.bc
         clang ${COMP_CONF} blocksort.c -o blocksort.bc
         clang ${COMP_CONF} bzip2.c -o bzip2.bc
         clang ${COMP_CONF} bzlib.c -o bzlib.bc
         clang ${COMP_CONF} compress.c -o compress.bc
         clang ${COMP_CONF} crctable.c -o crctable.bc
         clang ${COMP_CONF} decompress.c -o decompress.bc
         clang ${COMP_CONF} huffman.c -o huffman.bc
         clang ${COMP_CONF} randtable.c -o randtable.bc

-- 
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/20180327/e61d9d2c/attachment.html>


More information about the llvm-bugs mailing list