Files
llvm-project/clang/test/Coverage/codegen.c
Daniel Dunbar 8b57697954 Eliminate &&s in tests.
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.

llvm-svn: 86430
2009-11-08 01:45:36 +00:00

8 lines
388 B
C

// RUN: clang-cc -triple i386-unknown-unknown -emit-llvm -o %t %s
// RUN: clang-cc -triple i386-unknown-unknown -emit-llvm-bc -o %t %s
// RUN: clang-cc -triple i386-unknown-unknown -g -emit-llvm-bc -o %t %s
// RUN: clang-cc -triple x86_64-unknown-unknown -emit-llvm-bc -o %t %s
// RUN: clang-cc -triple x86_64-unknown-unknown -g -emit-llvm-bc -o %t %s
#include "c-language-features.inc"