diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-01-30 22:22:39 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-01-30 22:22:39 +0000 |
commit | 8f7d64b6d4f9392ce783613458f3eb7a6cc78a9f (patch) | |
tree | f7863316892563bc6286c19c62e4e274e45e4974 /test/Modules | |
parent | 3c267e6262bb319c8e56c9ea1283c7087f9ac107 (diff) |
Remove tgmath.h from the module map for now, because it currently causes a
cyclic module dependency due to its inclusion of math.h and
complex.h. I'll take another shot at it later.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149283 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules')
-rw-r--r-- | test/Modules/compiler_builtins.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Modules/compiler_builtins.m b/test/Modules/compiler_builtins.m index a451e8a7ad..283ff0eefe 100644 --- a/test/Modules/compiler_builtins.m +++ b/test/Modules/compiler_builtins.m @@ -1,9 +1,6 @@ // RUN: rm -rf %t // RUN: %clang -fsyntax-only -fmodules -fmodule-cache-path %t %s -Xclang -verify -// Note: disable test on MSVC, which doesn't have <complex.h>. -// REQUIRES: shell - @import __compiler_builtins.float_constants; float getFltMax() { return FLT_MAX; } |