Mercurial > hg > CbC > CbC_llvm
diff clang/test/CodeGenCUDA/debug-info-address-class.cu @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 1d019706d866 |
children | 1f2b6ac9f198 |
line wrap: on
line diff
--- a/clang/test/CodeGenCUDA/debug-info-address-class.cu Wed Jul 21 10:27:27 2021 +0900 +++ b/clang/test/CodeGenCUDA/debug-info-address-class.cu Wed Nov 09 17:45:10 2022 +0900 @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - -fcuda-is-device -triple nvptx-unknown-unknown -debug-info-kind=limited -dwarf-version=2 -debugger-tuning=gdb | FileCheck %s +// RUN: %clang_cc1 -no-opaque-pointers -emit-llvm %s -o - -fcuda-is-device -triple nvptx-unknown-unknown -debug-info-kind=limited -dwarf-version=2 -debugger-tuning=gdb | FileCheck %s #include "Inputs/cuda.h"