2017-01-19 07:55:27 +08:00
|
|
|
// RUN: %clang -target x86_64-unknown-linux -### %s -flto=full 2>&1 | FileCheck --check-prefix=UNIT %s
|
|
|
|
// RUN: %clang -target x86_64-unknown-linux -### %s -flto=thin 2>&1 | FileCheck --check-prefix=UNIT %s
|
|
|
|
// RUN: %clang -target x86_64-apple-darwin13.3.0 -### %s -flto=full 2>&1 | FileCheck --check-prefix=UNIT %s
|
|
|
|
// RUN: %clang -target x86_64-apple-darwin13.3.0 -### %s -flto=thin 2>&1 | FileCheck --check-prefix=NOUNIT %s
|
2017-07-14 05:25:47 +08:00
|
|
|
// RUN: %clang -target x86_64-scei-ps4 -### %s -flto=full 2>&1 | FileCheck --check-prefix=UNIT %s
|
|
|
|
// RUN: %clang -target x86_64-scei-ps4 -### %s -flto=thin 2>&1 | FileCheck --check-prefix=NOUNIT %s
|
2017-01-19 07:55:27 +08:00
|
|
|
|
|
|
|
// UNIT: "-flto-unit"
|
|
|
|
// NOUNIT-NOT: "-flto-unit"
|