http://llvm.org/bugs/show_bug.cgi?id=17913
Bug ID: 17913
Summary: clang throws out inline assembler
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
In the following code, clang throws out the inline assembler.
I.e. it does not appear in the bitcode.
extern int i, j;
void foo() {
beginning:
goto ending;
__asm__(".space 60000");
ending:
foo();
if (i > j) goto beginning;
}
--
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