Skip to content

Commit

Permalink
Add requirement of x86 target for test.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332164 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dyung committed May 12, 2018
1 parent a9f4752 commit 04289bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Driver/clang-abi-compat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
// RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=4 %s 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING
// RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=latest %s 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING

// REQUIRES: x86-registered-target

// CHECK-WARNING: warning: target requires clang ABI version 6, ignoring requested version

0 comments on commit 04289bb

Please sign in to comment.