diff options
author | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2019-07-03 09:57:59 +0000 |
---|---|---|
committer | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2019-07-03 09:57:59 +0000 |
commit | 1bc2cccf18be4dc00be037f092ff28ee6d12403e (patch) | |
tree | 356ea09319266d28b0c8a53b79a0c880867d91fc /llvm/lib/Support/Unix | |
parent | 71600be3f38f3e3e3df14297a34d7b8d23e07bb8 (diff) | |
download | llvm-1bc2cccf18be4dc00be037f092ff28ee6d12403e.zip llvm-1bc2cccf18be4dc00be037f092ff28ee6d12403e.tar.gz llvm-1bc2cccf18be4dc00be037f092ff28ee6d12403e.tar.bz2 |
Remove some autoconf references from docs and comments
The autoconf build system support has been removed a while ago, remove
some outdated references.
Differential Revision: https://reviews.llvm.org/D63608
llvm-svn: 365013
Diffstat (limited to 'llvm/lib/Support/Unix')
-rw-r--r-- | llvm/lib/Support/Unix/Unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Unix/Unix.h b/llvm/lib/Support/Unix/Unix.h index 20d70bd..86309b0 100644 --- a/llvm/lib/Support/Unix/Unix.h +++ b/llvm/lib/Support/Unix/Unix.h @@ -18,7 +18,7 @@ //=== is guaranteed to work on all UNIX variants. //===----------------------------------------------------------------------===// -#include "llvm/Config/config.h" // Get autoconf configuration settings +#include "llvm/Config/config.h" #include "llvm/Support/Chrono.h" #include "llvm/Support/Errno.h" #include <algorithm> |