mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
tools: fix silly typo in llvm-readobj
Case insensitive case preserving file systems are not a good choice for development. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fe3b74ec71
commit
fbb7c20395
@ -11,7 +11,7 @@
|
||||
#define LLVM_READOBJ_ARMWINEHPRINTER_H
|
||||
|
||||
#include "StreamWriter.h"
|
||||
#include "llvm/object/COFF.h"
|
||||
#include "llvm/Object/COFF.h"
|
||||
#include "llvm/Support/ErrorOr.h"
|
||||
|
||||
namespace llvm {
|
||||
|
Loading…
x
Reference in New Issue
Block a user