Title: [284309] trunk/Source/bmalloc
- Revision
- 284309
- Author
- [email protected]
- Date
- 2021-10-16 00:58:04 -0700 (Sat, 16 Oct 2021)
Log Message
Unreviewed, reverting r284305.
https://bugs.webkit.org/show_bug.cgi?id=231859
webaudio-tests
Reverted changeset:
"[libpas] Enable libpas on macOS"
https://bugs.webkit.org/show_bug.cgi?id=231815
https://commits.webkit.org/r284305
Modified Paths
Diff
Modified: trunk/Source/bmalloc/ChangeLog (284308 => 284309)
--- trunk/Source/bmalloc/ChangeLog 2021-10-16 06:14:25 UTC (rev 284308)
+++ trunk/Source/bmalloc/ChangeLog 2021-10-16 07:58:04 UTC (rev 284309)
@@ -1,3 +1,16 @@
+2021-10-16 Commit Queue <[email protected]>
+
+ Unreviewed, reverting r284305.
+ https://bugs.webkit.org/show_bug.cgi?id=231859
+
+ webaudio-tests
+
+ Reverted changeset:
+
+ "[libpas] Enable libpas on macOS"
+ https://bugs.webkit.org/show_bug.cgi?id=231815
+ https://commits.webkit.org/r284305
+
2021-10-15 Yusuke Suzuki <[email protected]>
[libpas] Enable libpas on macOS
Modified: trunk/Source/bmalloc/bmalloc/BPlatform.h (284308 => 284309)
--- trunk/Source/bmalloc/bmalloc/BPlatform.h 2021-10-16 06:14:25 UTC (rev 284308)
+++ trunk/Source/bmalloc/bmalloc/BPlatform.h 2021-10-16 07:58:04 UTC (rev 284309)
@@ -311,7 +311,7 @@
/* BENABLE(LIBPAS) is enabling libpas build. But this does not mean we use libpas for bmalloc replacement. */
#if !defined(BENABLE_LIBPAS)
-#if BOS(MAC)
+#if BCPU(ARM64) && BOS(MAC)
#define BENABLE_LIBPAS 1
#else
#define BENABLE_LIBPAS 0
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes