diff options
-rw-r--r-- | llvm/test/Linker/ctors.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/ctors.ll b/llvm/test/Linker/ctors.ll index 208fe86402c..37dba23d4c9 100644 --- a/llvm/test/Linker/ctors.ll +++ b/llvm/test/Linker/ctors.ll @@ -4,7 +4,7 @@ ; RUN: FileCheck --check-prefix=ALL --check-prefix=CHECK2 %s ; Test the bitcode writer too. It used to crash. -; RUN: llvm-link %s %p/Inputs/ctors.ll -o t.bc +; RUN: llvm-link %s %p/Inputs/ctors.ll -o %t.bc @v = weak global i8 0 ; CHECK1: @v = weak global i8 0 |