mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 05:21:13 +00:00
Make sure IdentifyFileType is in the sys namespace.
llvm-svn: 17806
This commit is contained in:
parent
c3222d9d1f
commit
7de5984452
@ -23,7 +23,7 @@ using namespace sys;
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
LLVMFileType
|
||||
IdentifyFileType(const char*magic, unsigned length) {
|
||||
sys::IdentifyFileType(const char*magic, unsigned length) {
|
||||
assert(magic && "Invalid magic number string");
|
||||
assert(length >=4 && "Invalid magic number length");
|
||||
switch (magic[0]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user