Add RUN line for amdgcn to lit test conditional-temporaries.cpp
authorYaxun Liu <Yaxun.Liu@amd.com>
Sat, 16 Jun 2018 12:28:51 +0000 (12:28 +0000)
committerYaxun Liu <Yaxun.Liu@amd.com>
Sat, 16 Jun 2018 12:28:51 +0000 (12:28 +0000)
This is partial re-commit of r332982.

llvm-svn: 334886

clang/test/CodeGenCXX/conditional-temporaries.cpp

index a3cc2fe..e08de61 100644 (file)
@@ -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 {