[LLVMbugs] [Bug 4793] New: MC: Doesn't support assembly parsing on PPC

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Aug 26 22:54:41 PDT 2009


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

           Summary: MC: Doesn't support assembly parsing on PPC
           Product: libraries
           Version: 2.6
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core LLVM classes
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: wendling at apple.com
                CC: llvmbugs at cs.uiuc.edu


For lack of a better place to put these failures, here are the outputs of
running llvm-mc on the indicated tests on my Mac OS X PPC G5 box running
Leopard:

Running /Volumes/SandBox/2.6/llvm-2.6/test/MC/MachO/dg.exp ...
FAIL: /Volumes/SandBox/2.6/llvm-2.6/test/MC/MachO/data.s
Failed with exit(1) at line 1
while running: llvm-mc /Volumes/SandBox/2.6/llvm-2.6/test/MC/MachO/data.s
-filetype=obj -o - | macho-dump | FileCheck
/Volumes/SandBox/2.6/llvm-2.6/test/MC/Mach\
O/data.s
llvm-mc: error: this target does not support assembly parsing.
Traceback (most recent call last):
  File "/Volumes/SandBox/2.6/llvm-2.6/test/Scripts/macho-dump", line 162, in
<module>
    main()
  File "/Volumes/SandBox/2.6/llvm-2.6/test/Scripts/macho-dump", line 159, in
main
    dumpmacho(arg, opts)
  File "/Volumes/SandBox/2.6/llvm-2.6/test/Scripts/macho-dump", line 37, in
dumpmacho
    magic = f.read(4)
  File "/Volumes/SandBox/2.6/llvm-2.6/test/Scripts/macho-dump", line 25, in
read
    raise ValueError,"Out of data!"
ValueError: Out of data!
/Volumes/SandBox/2.6/llvm-2.6/test/MC/MachO/data.s:17:11: error: expected
string not found in input
// CHECK: ('cputype', 7)
          ^
<stdin>:1:1: note: scanning from here

^

FAIL: /Volumes/SandBox/2.6/llvm-2.6/test/MC/MachO/sections.s
Failed with exit(1) at line 1
while running: llvm-mc /Volumes/SandBox/2.6/llvm-2.6/test/MC/MachO/sections.s
-filetype=obj -o - | macho-dump | FileCheck
/Volumes/SandBox/2.6/llvm-2.6/test/MC/\
MachO/sections.s
llvm-mc: error: this target does not support assembly parsing.
Traceback (most recent call last):
  File "/Volumes/SandBox/2.6/llvm-2.6/test/Scripts/macho-dump", line 162, in
<module>
    main()
  File "/Volumes/SandBox/2.6/llvm-2.6/test/Scripts/macho-dump", line 159, in
main
    dumpmacho(arg, opts)
  File "/Volumes/SandBox/2.6/llvm-2.6/test/Scripts/macho-dump", line 37, in
dumpmacho
    magic = f.read(4)
  File "/Volumes/SandBox/2.6/llvm-2.6/test/Scripts/macho-dump", line 25, in
read
    raise ValueError,"Out of data!"
ValueError: Out of data!
/Volumes/SandBox/2.6/llvm-2.6/test/MC/MachO/sections.s:46:11: error: expected
string not found in input
// CHECK: ('cputype', 7)
          ^
<stdin>:1:1: note: scanning from here

^


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list