summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaxun Liu <Yaxun.Liu@amd.com>2018-06-16 12:28:51 +0000
committerYaxun Liu <Yaxun.Liu@amd.com>2018-06-16 12:28:51 +0000
commita505635fdb419a463898de67d82f6ff31c0b95af (patch)
tree60b1ec9e31a55efa9cf564105dae1dd016ee51af
parent88e7be2e6b8e9dfbc20094e833b066c58c1ac1bc (diff)
downloadbcm5719-llvm-a505635fdb419a463898de67d82f6ff31c0b95af.tar.gz
bcm5719-llvm-a505635fdb419a463898de67d82f6ff31c0b95af.zip
Add RUN line for amdgcn to lit test conditional-temporaries.cpp
This is partial re-commit of r332982. llvm-svn: 334886
-rw-r--r--clang/test/CodeGenCXX/conditional-temporaries.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/conditional-temporaries.cpp b/clang/test/CodeGenCXX/conditional-temporaries.cpp
index a3cc2fef1e8..e08de61f9d4 100644
--- a/clang/test/CodeGenCXX/conditional-temporaries.cpp
+++ b/clang/test/CodeGenCXX/conditional-temporaries.cpp
@@ -1,4 +1,6 @@
+// REQUIRES: amdgpu-registered-target
// RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-apple-darwin9 -O3 | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm %s -o - -triple=amdgcn-amd-amdhsa -O3 | FileCheck %s
namespace {
OpenPOWER on IntegriCloud