mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 22:08:57 -04:00

I have checked that the test still fails when the "|| !P.isRegularFile()" from the original patch is removed. llvm-svn: 179464
7 lines
141 B
C
7 lines
141 B
C
// RUN: rm -rf %t.dir
|
|
// RUN: mkdir -p %t.dir
|
|
// RUN: not %clang %s -c -emit-llvm -o %t.dir
|
|
// RUN: test -d %t.dir
|
|
|
|
int main() { return 0; }
|