Add methods for detecting different kinds of files by their magic number,
authorReid Spencer <rspencer@reidspencer.com>
Sat, 11 Sep 2004 04:18:05 +0000 (04:18 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 11 Sep 2004 04:18:05 +0000 (04:18 +0000)
commite38001f6c6d0b792b6138ec9e924db8ffaa781e0
treeb8d6c062336108cc7006e899528a0f6140f3bcf9
parent1694eec4af37984a14520a377f4345516e7c3807
Add methods for detecting different kinds of files by their magic number,
getting the suffix for shared objects, and extracting the basename from a
path.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16277 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Process.h [new file with mode: 0644]