public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/clang] Disable __USE_EXTERN_INLINES for clang
@ 2021-10-08  1:44 Fangrui Song
  0 siblings, 0 replies; 8+ messages in thread
From: Fangrui Song @ 2021-10-08  1:44 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=55a07d91c14c86de41c2e198c410dd61871f9365

commit 55a07d91c14c86de41c2e198c410dd61871f9365
Author: Fangrui Song <maskray@google.com>
Date:   Thu Oct 7 18:16:04 2021 -0700

    Disable __USE_EXTERN_INLINES for clang

Diff:
---
 include/features.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/features.h b/include/features.h
index d974eabfaf..11cbbf512a 100644
--- a/include/features.h
+++ b/include/features.h
@@ -500,7 +500,7 @@
 /* Decide whether we can define 'extern inline' functions in headers.  */
 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
     && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__ \
-    && defined __extern_inline
+    && defined __extern_inline && !defined __clang__
 # define __USE_EXTERN_INLINES	1
 #endif


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [glibc/maskray/clang] Disable __USE_EXTERN_INLINES for clang
@ 2021-11-03  7:41 Fangrui Song
  0 siblings, 0 replies; 8+ messages in thread
From: Fangrui Song @ 2021-11-03  7:41 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=402968c05a1c7fd418086efca4eea43cce22c081

commit 402968c05a1c7fd418086efca4eea43cce22c081
Author: Fangrui Song <maskray@google.com>
Date:   Thu Oct 7 18:16:04 2021 -0700

    Disable __USE_EXTERN_INLINES for clang

Diff:
---
 include/features.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/features.h b/include/features.h
index d974eabfaf..11cbbf512a 100644
--- a/include/features.h
+++ b/include/features.h
@@ -500,7 +500,7 @@
 /* Decide whether we can define 'extern inline' functions in headers.  */
 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
     && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__ \
-    && defined __extern_inline
+    && defined __extern_inline && !defined __clang__
 # define __USE_EXTERN_INLINES	1
 #endif


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [glibc/maskray/clang] Disable __USE_EXTERN_INLINES for clang
@ 2021-11-02 20:01 Fangrui Song
  0 siblings, 0 replies; 8+ messages in thread
From: Fangrui Song @ 2021-11-02 20:01 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d75696b15765499b9ead3d6424c04bd556448975

commit d75696b15765499b9ead3d6424c04bd556448975
Author: Fangrui Song <maskray@google.com>
Date:   Thu Oct 7 18:16:04 2021 -0700

    Disable __USE_EXTERN_INLINES for clang

Diff:
---
 include/features.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/features.h b/include/features.h
index d974eabfaf..11cbbf512a 100644
--- a/include/features.h
+++ b/include/features.h
@@ -500,7 +500,7 @@
 /* Decide whether we can define 'extern inline' functions in headers.  */
 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
     && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__ \
-    && defined __extern_inline
+    && defined __extern_inline && !defined __clang__
 # define __USE_EXTERN_INLINES	1
 #endif


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [glibc/maskray/clang] Disable __USE_EXTERN_INLINES for clang
@ 2021-10-20 21:24 Fangrui Song
  0 siblings, 0 replies; 8+ messages in thread
From: Fangrui Song @ 2021-10-20 21:24 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6299bb4666a1b8e0650fc81e3c6958bcc6c58169

commit 6299bb4666a1b8e0650fc81e3c6958bcc6c58169
Author: Fangrui Song <maskray@google.com>
Date:   Thu Oct 7 18:16:04 2021 -0700

    Disable __USE_EXTERN_INLINES for clang

Diff:
---
 include/features.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/features.h b/include/features.h
index d974eabfaf..11cbbf512a 100644
--- a/include/features.h
+++ b/include/features.h
@@ -500,7 +500,7 @@
 /* Decide whether we can define 'extern inline' functions in headers.  */
 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
     && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__ \
-    && defined __extern_inline
+    && defined __extern_inline && !defined __clang__
 # define __USE_EXTERN_INLINES	1
 #endif


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [glibc/maskray/clang] Disable __USE_EXTERN_INLINES for clang
@ 2021-10-19 17:02 Fangrui Song
  0 siblings, 0 replies; 8+ messages in thread
From: Fangrui Song @ 2021-10-19 17:02 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=425c5b3402901b13fcab3f9d775754e411f09153

commit 425c5b3402901b13fcab3f9d775754e411f09153
Author: Fangrui Song <maskray@google.com>
Date:   Thu Oct 7 18:16:04 2021 -0700

    Disable __USE_EXTERN_INLINES for clang

Diff:
---
 include/features.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/features.h b/include/features.h
index d974eabfaf..11cbbf512a 100644
--- a/include/features.h
+++ b/include/features.h
@@ -500,7 +500,7 @@
 /* Decide whether we can define 'extern inline' functions in headers.  */
 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
     && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__ \
-    && defined __extern_inline
+    && defined __extern_inline && !defined __clang__
 # define __USE_EXTERN_INLINES	1
 #endif


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [glibc/maskray/clang] Disable __USE_EXTERN_INLINES for clang
@ 2021-10-11 18:16 Fangrui Song
  0 siblings, 0 replies; 8+ messages in thread
From: Fangrui Song @ 2021-10-11 18:16 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=33f174f6787f047eca88368baea0b7ed074b9d55

commit 33f174f6787f047eca88368baea0b7ed074b9d55
Author: Fangrui Song <maskray@google.com>
Date:   Thu Oct 7 18:16:04 2021 -0700

    Disable __USE_EXTERN_INLINES for clang

Diff:
---
 include/features.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/features.h b/include/features.h
index d974eabfaf..11cbbf512a 100644
--- a/include/features.h
+++ b/include/features.h
@@ -500,7 +500,7 @@
 /* Decide whether we can define 'extern inline' functions in headers.  */
 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
     && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__ \
-    && defined __extern_inline
+    && defined __extern_inline && !defined __clang__
 # define __USE_EXTERN_INLINES	1
 #endif


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [glibc/maskray/clang] Disable __USE_EXTERN_INLINES for clang
@ 2021-10-10 23:34 Fangrui Song
  0 siblings, 0 replies; 8+ messages in thread
From: Fangrui Song @ 2021-10-10 23:34 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f57b78cc2e443f96ac022a662e7266caf22482bf

commit f57b78cc2e443f96ac022a662e7266caf22482bf
Author: Fangrui Song <maskray@google.com>
Date:   Thu Oct 7 18:16:04 2021 -0700

    Disable __USE_EXTERN_INLINES for clang

Diff:
---
 include/features.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/features.h b/include/features.h
index d974eabfaf..11cbbf512a 100644
--- a/include/features.h
+++ b/include/features.h
@@ -500,7 +500,7 @@
 /* Decide whether we can define 'extern inline' functions in headers.  */
 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
     && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__ \
-    && defined __extern_inline
+    && defined __extern_inline && !defined __clang__
 # define __USE_EXTERN_INLINES	1
 #endif


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [glibc/maskray/clang] Disable __USE_EXTERN_INLINES for clang
@ 2021-10-10 23:13 Fangrui Song
  0 siblings, 0 replies; 8+ messages in thread
From: Fangrui Song @ 2021-10-10 23:13 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4399fb35970a831c8a00e8898c2e352080134f48

commit 4399fb35970a831c8a00e8898c2e352080134f48
Author: Fangrui Song <maskray@google.com>
Date:   Thu Oct 7 18:16:04 2021 -0700

    Disable __USE_EXTERN_INLINES for clang

Diff:
---
 include/features.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/features.h b/include/features.h
index d974eabfaf..11cbbf512a 100644
--- a/include/features.h
+++ b/include/features.h
@@ -500,7 +500,7 @@
 /* Decide whether we can define 'extern inline' functions in headers.  */
 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
     && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__ \
-    && defined __extern_inline
+    && defined __extern_inline && !defined __clang__
 # define __USE_EXTERN_INLINES	1
 #endif


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-11-03  7:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08  1:44 [glibc/maskray/clang] Disable __USE_EXTERN_INLINES for clang Fangrui Song
2021-10-10 23:13 Fangrui Song
2021-10-10 23:34 Fangrui Song
2021-10-11 18:16 Fangrui Song
2021-10-19 17:02 Fangrui Song
2021-10-20 21:24 Fangrui Song
2021-11-02 20:01 Fangrui Song
2021-11-03  7:41 Fangrui Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).