| Nemanja Ivanovic | 784cdb4 | 2019-03-13 23:54:52 +0000 | [diff] [blame] | 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 | ||||