[PATCH] D71360: Honor -fuse-init-array when os is not specified on x86
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 11:48:16 PST 2019
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/X86/init-array.ll:1
+; RUN: llc < %s -mtriple=x86_64 -use-ctors=false | FileCheck %s
+
----------------
Would adding this RUN line to the existing constructors.ll be enough to test this?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71360/new/
https://reviews.llvm.org/D71360
More information about the llvm-commits
mailing list