1 ; REQUIRES: x86-registered-target
3 ; RUN: llvm-split -o %t %s -mtriple x86_64 -preserve-locals 2>&1 | FileCheck %s
5 ; Basic test for a target that doesn't support target-specific module splitting.
7 ; CHECK: warning: -preserve-locals has no effect when using TargetMachine::splitModule
8 ; CHECK: warning: TargetMachine::splitModule failed, falling back to default splitModule implementation