[LLVMbugs] [Bug 16966] New: openssl/sha_locl.h:246:3: error: unsupported inline asm: input with type 'unsigned long' matching output with type 'unsigned int'
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Aug 22 02:29:21 PDT 2013
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: unassignedclangbugs at nondot.org
Reporter: z.ul-huda at grs-sim.de
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130822/ed1c6905/attachment.html>
More information about the llvm-bugs
mailing list