[clang] [Clang][CodeGen] Fix `CanSkipVTablePointerInitialization` for dynamic classes with a trivial anonymous union (PR #84651)
Max Winkler via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 1 17:30:54 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
----------------
MaxEW707 wrote:
Fair point since they are both Itanium ABI. I'll remove the line.
https://github.com/llvm/llvm-project/pull/84651
More information about the cfe-commits
mailing list