Lines Matching full:machine
1 // RUN: %clang -### --target=x86_64 -fprofile-use=default.profdata -fsplit-machine-functions %s 2>&…
2 // RUN: %clang -### --target=aarch64 -fprofile-use=default.profdata -fsplit-machine-functions %s 2>…
3 …## --target=x86_64 -fprofile-use=default.profdata -fsplit-machine-functions -fno-split-machine-fun…
5 // CHECK: "-fsplit-machine-functions"
8 // NEG-NOT: "-fsplit-machine-functions"
10 // RUN: %clang -### --target=x86_64-linux -flto -fsplit-machine-functions %s 2>&1 | FileCheck %s --…
11 // RUN: %clang -### --target=x86_64-linux -flto -fsplit-machine-functions -fno-split-machine-functi…
13 // LTO: "-plugin-opt=-split-machine-functions"
14 // LTO-NEG-NOT: "-plugin-opt=-split-machine-functions"
16 // RUN: not %clang -### -c --target=arm-unknown-linux -fsplit-machine-functions %s 2>&1 | FileCheck…
17 // ERR: error: unsupported option '-fsplit-machine-functions' for target
19 // RUN: %clang -### --target=arm-unknown-linux -fsplit-machine-functions -fno-split-machine-functio…