Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / CodeGen / print-pipeline-passes.c
blob904d2416bc9e19f2040baff395ca4dc12484ae67
1 // Test that -print-pipeline-passes works in Clang
3 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm-bc -o /dev/null -mllvm -print-pipeline-passes -O0 %s 2>&1 | FileCheck %s
5 // Don't try to check all passes, just a few to make sure that something is
6 // actually printed.
7 // CHECK: always-inline
8 // CHECK-SAME: annotation-remarks
9 void Foo(void) {}