[libc-commits] [libc] [libc] Move __LLVM_LIBC__ define to __llvm-libc-common.h (PR #126877)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Fri Feb 14 09:48:34 PST 2025


================
@@ -9,6 +9,4 @@
 #ifndef LLVM_LIBC_MACROS_FEATURES_MACROS_H
 #define LLVM_LIBC_MACROS_FEATURES_MACROS_H
 
-#define __LLVM_LIBC__ 1
-
----------------
nickdesaulniers wrote:

perhaps we should have just deleted this file? It's literally only now empty header guards.

https://github.com/llvm/llvm-project/pull/126877


More information about the libc-commits mailing list