diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/ThinLTO/X86/save_objects.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/ThinLTO/X86/save_objects.ll b/llvm/test/ThinLTO/X86/save_objects.ll index 4e12aee3dd8..b9a9c983f83 100644 --- a/llvm/test/ThinLTO/X86/save_objects.ll +++ b/llvm/test/ThinLTO/X86/save_objects.ll @@ -20,6 +20,9 @@ ; RUN: ls %t.thin.out | count 2 ; RUN: ls %t.cache | count 3 +; Check the name of object in directory has arch name included. +; RUN: ls %t.thin.out | grep x86_64.thinlto.o | count 2 + target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.11.0" |

