Clang Project

clang_source_code/test/CodeGen/debug-nvptx.c
1// RUN: %clang_cc1 -triple nvptx-unknown-unknown -S -o - -debug-info-kind=limited %s -emit-llvm | FileCheck %s
2
3// CHECK: DICompileUnit({{.*}}, nameTableKind: None)
4
5void f1(void) {
6}
7