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

            Bug ID: 46879
           Summary: Integrated assembler errors on ljmp %cs:*(realdest -
                    entry16_debug) : error: unknown token in expression
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

git clone
https://kernel.googlesource.com/pub/scm/utils/kernel/kexec/kexec-tools
cd kexec-tools
./bootstrap
./configure CC=clang
make -j10


Output:
...
purgatory/arch/i386/entry32-16-debug.S:28:2: error: unknown directive
 .arch i386
 ^
purgatory/arch/i386/entry32-16-debug.S:129:11: error: unknown token in
expression
 ljmp %cs:*(realdest - entry16_debug)
          ^
make: *** [Makefile:118: purgatory/arch/i386/entry32-16-debug.o] Error 1


The lack of `.arch` directive support is another problem.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to