diff options
Diffstat (limited to 'test/Driver/lto-unit.c')
-rw-r--r-- | test/Driver/lto-unit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Driver/lto-unit.c b/test/Driver/lto-unit.c index 8a800fa4dcd64..1f1a2861670e4 100644 --- a/test/Driver/lto-unit.c +++ b/test/Driver/lto-unit.c @@ -2,6 +2,8 @@ // 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 +// 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 // UNIT: "-flto-unit" // NOUNIT-NOT: "-flto-unit" |