teak-llvm/clang/test/CodeGen/debug-nvptx.c
2018-08-16 23:56:32 +00:00

7 lines
184 B
C

// 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) {
}