| 1 | // RUN: touch %t.o |
|---|---|
| 2 | // |
| 3 | // RUN: %clang -target x86_64-unknown-linux -### %t.o -flto=thin \ |
| 4 | // RUN: -fprofile-use 2>&1 | FileCheck %s |
| 5 | |
| 6 | // CHECK: -plugin-opt=cs-profile-path=default.profdata |
| 7 |
| 1 | // RUN: touch %t.o |
|---|---|
| 2 | // |
| 3 | // RUN: %clang -target x86_64-unknown-linux -### %t.o -flto=thin \ |
| 4 | // RUN: -fprofile-use 2>&1 | FileCheck %s |
| 5 | |
| 6 | // CHECK: -plugin-opt=cs-profile-path=default.profdata |
| 7 |