[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-split / target-specific-split.ll
blobf368a563d977b9b0e305b664f44b1f499fa0c3fa
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
10 define void @bar() {
11   ret void