summaryrefslogtreecommitdiff
path: root/test/Misc/thinlto.c
blob: ec0f03f5a2af20b24133c7bfe8fc3d41c7955279 (plain)
1
2
3
4
// 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() {}