]> granicus.if.org Git - file/commitdiff
fix bitcode data (Guy Harris)
authorChristos Zoulas <christos@zoulas.com>
Tue, 8 Jan 2013 01:34:38 +0000 (01:34 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 8 Jan 2013 01:34:38 +0000 (01:34 +0000)
magic/Magdir/llvm

index 32bc12016d4dbd5fb62f4948b149a850b8e5602e..c1c7281705c94dad9685c954bd563a4615174963 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: llvm,v 1.5 2010/09/20 18:55:20 rrt Exp $
+# $File: llvm,v 1.6 2013/01/04 23:31:59 christos Exp $
 # llvm:  file(1) magic for LLVM byte-codes
 # URL:  http://llvm.org/docs/BitCodeFormat.html
 # From: Al Stone <ahs3@fc.hp.com>
@@ -9,15 +9,13 @@
 0      string  llvc0   LLVM byte-codes, null compression
 0      string  llvc1   LLVM byte-codes, gzip compression
 0      string  llvc2   LLVM byte-codes, bzip2 compression
-0      string  \xde\xc0\x17\x0b        LLVM bitcode, wrapper
-0       string BC\xc0\xde      LLVM bitcode
 
-#------------------------------------------------------------------------------
-# MacOS LLVM bitcode objects
-0      lelong  0x0b17c0de      LLVM bit-code object
+0      lelong  0x0b17c0de      LLVM bitcode, wrapper
+# Are these Mach-O ABI values?  They appear to be.
 >16    lelong  0x01000007      x86_64
 >16    lelong  0x00000007      i386
->16 lelong     0x00000012      ppc
->16 lelong     0x01000012      ppc64
->16 lelong     0x0000000c      arm
+>16    lelong  0x00000012      ppc
+>16    lelong  0x01000012      ppc64
+>16    lelong  0x0000000c      arm
 
+0      string  BC\xc0\xde      LLVM bitcode