[libc-commits] [libc] 280eadd - [libc] Remove `config.h` self-inclusion (#98670)
via libc-commits
libc-commits at lists.llvm.org
Fri Jul 12 10:59:20 PDT 2024
Author: Petr Hosek
Date: 2024-07-12T12:59:17-05:00
New Revision: 280eadd5280ac77a1c4828c1b7919e543d01258e
URL: https://github.com/llvm/llvm-project/commit/280eadd5280ac77a1c4828c1b7919e543d01258e
DIFF: https://github.com/llvm/llvm-project/commit/280eadd5280ac77a1c4828c1b7919e543d01258e.diff
LOG: [libc] Remove `config.h` self-inclusion (#98670)
This was accidentally introduced in #98597.
Added:
Modified:
libc/src/__support/macros/config.h
Removed:
################################################################################
diff --git a/libc/src/__support/macros/config.h b/libc/src/__support/macros/config.h
index 8b1263e08249c..2ab0fba095e6b 100644
--- a/libc/src/__support/macros/config.h
+++ b/libc/src/__support/macros/config.h
@@ -15,7 +15,6 @@
// Workaround for compilers that do not support builtin detection.
// FIXME: This is only required for the GPU portion which should be moved.
-#include "src/__support/macros/config.h"
#ifndef __has_builtin
#define __has_builtin(b) 0
#endif
More information about the libc-commits
mailing list