forked from OSchip/llvm-project
Make modules.m test portable, now that autolinking is dependent on whether or not the target uses the integrated assembler.
llvm-svn: 176902
This commit is contained in:
parent
06e5e15ba4
commit
464b07086e
|
@ -4,7 +4,7 @@
|
|||
// RUN: %clang -fmodules -fno-modules -fmodules -### %s 2>&1 | FileCheck -check-prefix=CHECK-HAS-MODULES %s
|
||||
// CHECK-HAS-MODULES: -fmodules
|
||||
|
||||
// RUN: %clang -fmodules -fno-modules -fmodules -### %s 2>&1 | FileCheck -check-prefix=CHECK-HAS-AUTOLINK %s
|
||||
// RUN: %clang -target x86_64-apple-darwin10 -fmodules -fno-modules -fmodules -### %s 2>&1 | FileCheck -check-prefix=CHECK-HAS-AUTOLINK %s
|
||||
// CHECK-HAS-AUTOLINK: -fmodules-autolink
|
||||
|
||||
// RUN: %clang -fmodules -fno-modules -fno-modules-autolink -fmodules -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-AUTOLINK %s
|
||||
|
|
Loading…
Reference in New Issue