Mercurial > hg > CbC > CbC_llvm
diff clang/test/CodeGenCUDA/device-use-host-var.cu @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 79ff65ed7e25 |
children | 1f2b6ac9f198 |
line wrap: on
line diff
--- a/clang/test/CodeGenCUDA/device-use-host-var.cu Wed Jul 21 10:27:27 2021 +0900 +++ b/clang/test/CodeGenCUDA/device-use-host-var.cu Wed Nov 09 17:45:10 2022 +0900 @@ -1,6 +1,6 @@ -// RUN: %clang_cc1 -std=c++14 -triple amdgcn-amd-amdhsa \ +// RUN: %clang_cc1 -no-opaque-pointers -std=c++14 -triple amdgcn-amd-amdhsa \ // RUN: -fcuda-is-device -emit-llvm -o - -x hip %s | FileCheck %s -// RUN: %clang_cc1 -std=c++14 -triple amdgcn-amd-amdhsa \ +// RUN: %clang_cc1 -no-opaque-pointers -std=c++14 -triple amdgcn-amd-amdhsa \ // RUN: -fcuda-is-device -emit-llvm -o - -x hip %s | FileCheck -check-prefix=NEG %s #include "Inputs/cuda.h"