diff options
author | Douglas Yung <douglas.yung@sony.com> | 2018-05-12 00:39:17 +0000 |
---|---|---|
committer | Douglas Yung <douglas.yung@sony.com> | 2018-05-12 00:39:17 +0000 |
commit | a9d689629e62e207cf36c6701e8ad7193440adf3 (patch) | |
tree | 499430450d03207b99393e059b6066baddfcf93d | |
parent | 8b998650341eca3d8dd5a11b5330648b16ec4e91 (diff) | |
download | bcm5719-llvm-a9d689629e62e207cf36c6701e8ad7193440adf3.tar.gz bcm5719-llvm-a9d689629e62e207cf36c6701e8ad7193440adf3.zip |
Add requirement of x86 target for test.
llvm-svn: 332164
-rw-r--r-- | clang/test/Driver/clang-abi-compat.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Driver/clang-abi-compat.cpp b/clang/test/Driver/clang-abi-compat.cpp index 9f1789867b2..afa536c694d 100644 --- a/clang/test/Driver/clang-abi-compat.cpp +++ b/clang/test/Driver/clang-abi-compat.cpp @@ -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 |