diff options
author | Davide Italiano <davide@freebsd.org> | 2016-09-26 22:38:17 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2016-09-26 22:38:17 +0000 |
commit | f5d77f4aadd3111e2fbdeecfba0ea46fa8f313e9 (patch) | |
tree | 5a7e73d043c3ca2f62744547a68e066e8a68371a /llvm/test | |
parent | 546442160881bf580e0e444ea5b2d82504d7e0f0 (diff) | |
download | bcm5719-llvm-f5d77f4aadd3111e2fbdeecfba0ea46fa8f313e9.tar.gz bcm5719-llvm-f5d77f4aadd3111e2fbdeecfba0ea46fa8f313e9.zip |
[CodeGen] Switch test as FreeBSD will support .init_array soon.
llvm-svn: 282450
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/init-priority.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/init-priority.ll b/llvm/test/CodeGen/X86/init-priority.ll index a0cff237f18..85ef5475cf2 100644 --- a/llvm/test/CodeGen/X86/init-priority.ll +++ b/llvm/test/CodeGen/X86/init-priority.ll @@ -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 |