brintos

brintos / llvm-project-archived public Read only

0
0
Text · 362 B · 904d241 Raw
10 lines · c
1// Test that -print-pipeline-passes works in Clang2 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 %s4 5// Don't try to check all passes, just a few to make sure that something is6// actually printed.7// CHECK: always-inline8// CHECK-SAME: annotation-remarks9void Foo(void) {}10