[clang] [Clang][CodeGen] Fix `CanSkipVTablePointerInitialization` for dynamic classes with a trivial anonymous union (PR #84651)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 1 12:10:49 PDT 2024
================
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -triple=x86_64-pc-linux-gnu -emit-llvm -o - | FileCheck %s
----------------
efriedma-quic wrote:
Not sure we need the new RUN line? There shouldn't be any meaningful difference between Linux and Darwin here.
https://github.com/llvm/llvm-project/pull/84651
More information about the cfe-commits
mailing list