[Github] Bump max ccache size for premerge
[llvm-project.git] / llvm / test / tools / llvm-split / target-specific-split.ll
blob030fc0126646cca056b4226424f58ec7fbaf9f62
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