summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2023-03-11 17:54:17 +0000
committerChristos Zoulas <christos@zoulas.com>2023-03-11 17:54:17 +0000
commit614ab45a05969926c7fc7c5b80eb3a4fb0070d27 (patch)
tree302c0d1c9b341e3892f948ed71425e876126c87f
parent744dba53f9483bfa40ae0d0fb4178d27ada125d2 (diff)
downloadfile-git-614ab45a05969926c7fc7c5b80eb3a4fb0070d27.tar.gz
PR/432: maarten: Add LLVM pre-compiled header files
-rw-r--r--magic/Magdir/llvm3
1 files changed, 2 insertions, 1 deletions
diff --git a/magic/Magdir/llvm b/magic/Magdir/llvm
index 2691ef1a..6befe7a8 100644
--- a/magic/Magdir/llvm
+++ b/magic/Magdir/llvm
@@ -1,6 +1,6 @@
#------------------------------------------------------------------------------
-# $File: llvm,v 1.9 2019/04/19 00:42:27 christos Exp $
+# $File: llvm,v 1.10 2023/03/11 17:54:17 christos Exp $
# llvm: file(1) magic for LLVM byte-codes
# URL: https://llvm.org/docs/BitCodeFormat.html
# From: Al Stone <ahs3@fc.hp.com>
@@ -9,6 +9,7 @@
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 CPCH LLVM Pre-compiled header file
0 lelong 0x0b17c0de LLVM bitcode, wrapper
# Are these Mach-O ABI values? They appear to be.