diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-21 23:17:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-21 23:17:07 +0000 |
commit | ae96151970a2c8268c5c9efa7856bce1f92bbf58 (patch) | |
tree | d86a8f10e412547ae6eaf9266249e25596ad9e12 /tools/llvm-link | |
parent | 2d47418d3e26b501fdd34a817d670805a291e129 (diff) | |
download | external_llvm-ae96151970a2c8268c5c9efa7856bce1f92bbf58.zip external_llvm-ae96151970a2c8268c5c9efa7856bce1f92bbf58.tar.gz external_llvm-ae96151970a2c8268c5c9efa7856bce1f92bbf58.tar.bz2 |
Chuck fixed the GCC problems so this hack is now unneccesary
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1519 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-link')
-rw-r--r-- | tools/llvm-link/llvm-link.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp index ad4cbdb..db21db0 100644 --- a/tools/llvm-link/llvm-link.cpp +++ b/tools/llvm-link/llvm-link.cpp @@ -19,7 +19,6 @@ #include <fstream> #include <memory> #include <sys/types.h> // For FileExists -typedef int blksize_t; // SYS/TYPES is broken!!! #include <sys/stat.h> |