Sign in
fuchsia
/
third_party
/
swift-clang
/
refs/tags/swift-4.0-DEVELOPMENT-SNAPSHOT-2017-08-31-a
/
.
/
test
/
Misc
/
thinlto.c
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
()
{}