aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/thin_link_bitcode.c
blob: 4cb5f798a5685352f33cc8197ecf69e7210df80a (plain) (blame)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 -o %t -flto=thin -fthin-link-bitcode=%t.nodebug -triple x86_64-unknown-linux-gnu -emit-llvm-bc -debug-info-kind=limited %s
// RUN: llvm-bcanalyzer -dump %t | FileCheck %s
// RUN: llvm-bcanalyzer -dump %t.nodebug | FileCheck %s --check-prefix=NO_DEBUG
int main (void) {
  return 0;
}

// CHECK: COMPILE_UNIT
// NO_DEBUG-NOT: COMPILE_UNIT