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:
Ted Kremenek 2013-03-12 21:49:29 +00:00
parent 06e5e15ba4
commit 464b07086e
1 changed files with 1 additions and 1 deletions

View File

@ -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