Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7a2d953224e51b2b7d7cbf9194a1dbc1ca0be4a0
/
.
/
test
/
Driver
/
emit-llvm.c
blob: a4aabe7256dc566effdc35a524745e7561722cb0 [
file
] [
log
] [
blame
]
// RUN: not clang -ccc-host-triple i386-pc-linux-gnu -emit-llvm -o %t %s 2> %t.log &&
// RUN: grep 'unable to pass LLVM bit-code files to linker' %t.log