diff options
Diffstat (limited to 'test/Linker/global_ctors.ll')
-rw-r--r-- | test/Linker/global_ctors.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Linker/global_ctors.ll b/test/Linker/global_ctors.ll index 541f0d4..49df81a 100644 --- a/test/Linker/global_ctors.ll +++ b/test/Linker/global_ctors.ll @@ -1,5 +1,6 @@ ; RUN: llvm-as %s -o %t.new.bc ; RUN: llvm-link %t.new.bc %S/Inputs/old_global_ctors.3.4.bc | llvm-dis | FileCheck %s +; RUN: llvm-link %S/Inputs/old_global_ctors.3.4.bc %t.new.bc | llvm-dis | FileCheck %s ; old_global_ctors.3.4.bc contains the following LLVM IL, assembled into ; bitcode by llvm-as from 3.4. It uses a two element @llvm.global_ctors array. |