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

            Bug ID: 18113
           Summary: asm declaration makes the backend crash
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The following declaration: 
__asm__(".symver foo, bar@@v"  );

make clang crash with:

fatal error: error in backend: A @@ version cannot be undefined
clang: error: clang frontend command failed with exit code 70 (use -v to see
invocation)
Debian clang version 3.3-12 (branches/release_33) (based on LLVM 3.3)
Target: x86_64-pc-linux-gnu
Thread model: posix
Fails with both 3.3 and 3.4 rc1.

-- 
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