blob: ec0f03f5a2af20b24133c7bfe8fc3d41c7955279 [file] [log] [blame]
// RUN: %clang_cc1 -flto=thin -emit-llvm-bc < %s | llvm-bcanalyzer -dump | FileCheck %s
// ; Check that the -flto=thin option emits a summary
// CHECK: <GLOBALVAL_SUMMARY_BLOCK
int main() {}