File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
llvm/test/ThinLTO/X86/dtlto Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,16 @@ INPUTS-NEXT: ]
36
36
; This check ensures that we have failed for the expected reason.
37
37
ERR: failed: DTLTO backend compilation: cannot open native object file:
38
38
39
+
39
40
; Check that imports files are not created even if -save-temps is active.
40
41
RUN: not %{command} -save-temps 2 >&1 \
41
42
RUN: | FileCheck %s --check-prefixes=ERR
42
43
RUN: ls | FileCheck %s --check-prefix =NOIMPORTFILES
43
44
NOIMPORTFILES-NOT: imports
44
45
46
+
45
47
; Check that imports files are created with -thinlto-emit-imports.
46
- RUN: not %{command} -thinlto-emit-imports 2 >&1 \
48
+ RUN: not %{command} -thinlto-emit-imports 2 >&1 \
47
49
RUN: | FileCheck %s --check-prefixes=ERR
48
50
RUN: ls | FileCheck %s --check-prefix =IMPORTFILES
49
51
IMPORTFILES: 0 .bc.imports
You can’t perform that action at this time.
0 commit comments