diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-01-29 22:47:19 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-01-29 22:47:19 +0000 |
commit | 80928be137d556d22ad35c4d8efacab3d685dee7 (patch) | |
tree | ba0ba3e8c7b83eb489a694e06cae329f05dd0862 /clang/test/Modules/compiler_builtins.m | |
parent | b9f9aea13c69cd62953ff7abc92a04e62ba1b494 (diff) | |
download | bcm5719-llvm-80928be137d556d22ad35c4d8efacab3d685dee7.tar.gz bcm5719-llvm-80928be137d556d22ad35c4d8efacab3d685dee7.zip |
Alternate fix to the modules failures that doesn't require us to tweak tgmath.h
llvm-svn: 149210
Diffstat (limited to 'clang/test/Modules/compiler_builtins.m')
-rw-r--r-- | clang/test/Modules/compiler_builtins.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/compiler_builtins.m b/clang/test/Modules/compiler_builtins.m index 3cf24142d33..52db15c24a0 100644 --- a/clang/test/Modules/compiler_builtins.m +++ b/clang/test/Modules/compiler_builtins.m @@ -1,5 +1,5 @@ // RUN: rm -rf %t -// RUN: %clang_cc1 -fmodules -fmodule-cache-path %t -verify %s +// RUN: %clang -fsyntax-only -fmodules -fmodule-cache-path %t -Xclang -verify %s @import __compiler_builtins.float_constants; |