http://llvm.org/bugs/show_bug.cgi?id=16966

            Bug ID: 16966
           Summary: openssl/sha_locl.h:246:3: error: unsupported inline
                    asm: input with type 'unsigned long' matching output
                    with type 'unsigned int'
           Product: clang
           Version: 3.3
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 11082
  --> http://llvm.org/bugs/attachment.cgi?id=11082&action=edit
sha.c code causing the error.

I am trying to get the IR code for dedup parsec benchmark. When I try to get IR
of sha.c file I get plenty of errors like openssl/sha_locl.h:246:3: error:
unsupported inline asm: input with type 'unsigned long' matching output with
type 'unsigned int'. 

The command I am running is: clang -g -c -O0 -emit-llvm -o sha.bc sha.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to