[llvm] r282450 - [CodeGen] Switch test as FreeBSD will support .init_array soon.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 15:38:17 PDT 2016


Author: davide
Date: Mon Sep 26 17:38:17 2016
New Revision: 282450

URL: http://llvm.org/viewvc/llvm-project?rev=282450&view=rev
Log:
[CodeGen] Switch test as FreeBSD will support .init_array soon.

Modified:
    llvm/trunk/test/CodeGen/X86/init-priority.ll

Modified: llvm/trunk/test/CodeGen/X86/init-priority.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/init-priority.ll?rev=282450&r1=282449&r2=282450&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/init-priority.ll (original)
+++ llvm/trunk/test/CodeGen/X86/init-priority.ll Mon Sep 26 17:38:17 2016
@@ -1,8 +1,8 @@
-; RUN: llc < %s -mtriple=x86_64-unknown-freebsd9 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-netbsd | FileCheck %s
 
 ; Check that our compiler never emits global constructors
-; inside the .init_array section when building for a non-Linux ELF target.
-; Because of this, the test depends on UseInitArray behavior under FreeBSD
+; inside the .init_array section when building for a non supported target.
+; Because of this, the test depends on UseInitArray behavior under NetBSD
 ; as found in Generic_ELF::addClangTargetOptions().
 
 ; This is to workaround a Visual Studio bug which causes field




More information about the llvm-commits mailing list