diff options
Diffstat (limited to 'clang/test/InterfaceStubs/driver-test.c')
-rw-r--r-- | clang/test/InterfaceStubs/driver-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/InterfaceStubs/driver-test.c b/clang/test/InterfaceStubs/driver-test.c index ed5e5a04a22..b34536a2976 100644 --- a/clang/test/InterfaceStubs/driver-test.c +++ b/clang/test/InterfaceStubs/driver-test.c @@ -1,3 +1,5 @@ +// REQUIRES: !system-darwin && !system-windows + // RUN: %clang -o %t1 -emit-interface-stubs -emit-merged-ifs %s %S/object.c %S/weak.cpp // RUN: cat %t1.ifs | FileCheck %s |