Home | History | Annotate | Download | only in Misc
      1 // RUN: %clang_cc1 -flto=thin -emit-llvm-bc < %s | llvm-bcanalyzer -dump | FileCheck %s
      2 // ; Check that the -flto=thin option emits a summary
      3 // CHECK: <GLOBALVAL_SUMMARY_BLOCK
      4 int main() {}
      5