summaryrefslogtreecommitdiff
path: root/test/Transforms/ThinLTOBitcodeWriter/split-internal2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ThinLTOBitcodeWriter/split-internal2.ll')
-rw-r--r--test/Transforms/ThinLTOBitcodeWriter/split-internal2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ThinLTOBitcodeWriter/split-internal2.ll b/test/Transforms/ThinLTOBitcodeWriter/split-internal2.ll
index fbe618f08e3e..02fc3d188509 100644
--- a/test/Transforms/ThinLTOBitcodeWriter/split-internal2.ll
+++ b/test/Transforms/ThinLTOBitcodeWriter/split-internal2.ll
@@ -1,4 +1,4 @@
-; RUN: opt -thinlto-bc -o %t %s
+; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t %s
; RUN: llvm-modextract -b -n 0 -o %t0 %t
; RUN: llvm-modextract -b -n 1 -o %t1 %t
; RUN: not llvm-modextract -b -n 2 -o - %t 2>&1 | FileCheck --check-prefix=ERROR %s