summaryrefslogtreecommitdiffstats
path: root/clang/test/Coverage/codegen.c
blob: 5d6724ed2fa8860a7b2d084485283168142bd7cf (plain)
1
2
3
4
5
6
7
// RUN: clang -triple i386-unknown-unknown -emit-llvm -o %t %s &&
// RUN: clang -triple i386-unknown-unknown -emit-llvm-bc -o %t %s &&
// RUN: clang -triple i386-unknown-unknown -g -emit-llvm-bc -o %t %s &&
// RUN: clang -triple x86_64-unknown-unknown -emit-llvm-bc -o %t %s &&
// RUN: clang -triple x86_64-unknown-unknown -g -emit-llvm-bc -o %t %s

#include "c-language-features.inc"
OpenPOWER on IntegriCloud