xref: /dragonfly/contrib/file/magic/Magdir/llvm (revision 0dace59e)
1
2#------------------------------------------------------------------------------
3# $File: llvm,v 1.5 2010/09/20 18:55:20 rrt Exp $
4# llvm:  file(1) magic for LLVM byte-codes
5# URL:  http://llvm.org/docs/BitCodeFormat.html
6# From: Al Stone <ahs3@fc.hp.com>
7
80	string	llvm	LLVM byte-codes, uncompressed
90	string	llvc0	LLVM byte-codes, null compression
100	string	llvc1	LLVM byte-codes, gzip compression
110	string	llvc2	LLVM byte-codes, bzip2 compression
120	string	\xde\xc0\x17\x0b	LLVM bitcode, wrapper
130       string	BC\xc0\xde	LLVM bitcode
14