Log Message
Cherry-pick r284145. rdar://problem/84266646
Unreviewed, speculative build fix with new clang
Speculative since I cannot install this clang now.
* b3/B3ValueRep.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@284145 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-613.1.5-branch/Source/_javascript_Core/ChangeLog (284184 => 284185)
--- branches/safari-613.1.5-branch/Source/_javascript_Core/ChangeLog 2021-10-14 18:46:10 UTC (rev 284184)
+++ branches/safari-613.1.5-branch/Source/_javascript_Core/ChangeLog 2021-10-14 18:46:14 UTC (rev 284185)
@@ -1,5 +1,25 @@
2021-10-14 Alan Coon <[email protected]>
+ Cherry-pick r284145. rdar://problem/84266646
+
+ Unreviewed, speculative build fix with new clang
+
+ Speculative since I cannot install this clang now.
+
+ * b3/B3ValueRep.h:
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@284145 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2021-10-13 Yusuke Suzuki <[email protected]>
+
+ Unreviewed, speculative build fix with new clang
+
+ Speculative since I cannot install this clang now.
+
+ * b3/B3ValueRep.h:
+
+2021-10-14 Alan Coon <[email protected]>
+
Cherry-pick r284137. rdar://problem/84266646
Clearly distinguish serial from concurrent WorkQueue
Modified: branches/safari-613.1.5-branch/Source/_javascript_Core/b3/B3ValueRep.h (284184 => 284185)
--- branches/safari-613.1.5-branch/Source/_javascript_Core/b3/B3ValueRep.h 2021-10-14 18:46:10 UTC (rev 284184)
+++ branches/safari-613.1.5-branch/Source/_javascript_Core/b3/B3ValueRep.h 2021-10-14 18:46:14 UTC (rev 284185)
@@ -116,8 +116,6 @@
u.reg = reg;
}
- ValueRep(const ValueRep&) = default;
-
ValueRep(Kind kind)
: m_kind(kind)
{
_______________________________________________ webkit-changes mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-changes
