commit | 69d6418d607fdfc36f621cb5fbd8c4ce3f4a89bc | [log] [tgz] |
---|---|---|
author | Fangrui Song <maskray@google.com> | Sun Jun 10 04:53:14 2018 +0000 |
committer | Fangrui Song <maskray@google.com> | Sun Jun 10 04:53:14 2018 +0000 |
tree | d89771c183704c82a535c99243ae6bfed5068d89 | |
parent | 071a09053ad2e5cc6e7f9fcace738193528c07b5 [diff] [blame] |
Cleanup. NFC llvm-svn: 334357
diff --git a/llvm/lib/Support/Unix/Process.inc b/llvm/lib/Support/Unix/Process.inc index 68baab8..43ba6d6 100644 --- a/llvm/lib/Support/Unix/Process.inc +++ b/llvm/lib/Support/Unix/Process.inc
@@ -79,7 +79,7 @@ #elif defined(HAVE_SYSCONF) static long page_size = ::sysconf(_SC_PAGE_SIZE); #else -#warning Cannot get the page size on this machine +#error Cannot get the page size on this machine #endif return static_cast<unsigned>(page_size); }