Skip to content

[libc] Remove config.h self-inclusion #98670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

petrhosek
Copy link
Member

This was accidentally introduced in #98597.

This was accidentally introduced in llvm#98597.
@petrhosek petrhosek added the libc label Jul 12, 2024
@petrhosek petrhosek requested a review from lntue July 12, 2024 17:54
@llvmbot
Copy link
Member

llvmbot commented Jul 12, 2024

@llvm/pr-subscribers-libc

Author: Petr Hosek (petrhosek)

Changes

This was accidentally introduced in #98597.


Full diff: https://github.com/llvm/llvm-project/pull/98670.diff

1 Files Affected:

  • (modified) libc/src/__support/macros/config.h (-1)
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

@jhuber6 jhuber6 merged commit 280eadd into llvm:main Jul 12, 2024
6 of 7 checks passed
aaryanshukla pushed a commit to aaryanshukla/llvm-project that referenced this pull request Jul 14, 2024
This was accidentally introduced in llvm#98597.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants