summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-nvptx.c
blob: ceff30082960100adfc14d5ce5b77f045771a4e5 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -triple nvptx-unknown-unknown -S -o - -debug-info-kind=limited %s -emit-llvm | FileCheck %s

// CHECK: DICompileUnit({{.*}}, nameTableKind: None)

void f1(void) {
}
OpenPOWER on IntegriCloud