brintos

brintos / llvm-project-archived public Read only

0
0
Text · 518 B · 75616c4 Raw
10 lines · plain
1; RUN: %clang_cc1 -flto -triple x86_64-pc-linux-gnu -emit-llvm-bc -disable-llvm-passes -x ir < %s -o - | llvm-bcanalyzer -dump | FileCheck %s2; RUN: %clang_cc1 -flto=thin -triple x86_64-pc-linux-gnu -emit-llvm-bc -disable-llvm-passes -x ir < %s -o - | llvm-bcanalyzer -dump | FileCheck %s3; REQUIRES: x86-registered-target4 5; CHECK-NOT:GLOBALVAL_SUMMARY_BLOCK6 7; Make sure this doesn't crash, and we don't try to emit a module summary.8; (The command is roughly emulating what -save-temps would do.)9@0 = global i32 010