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 | 56435b49e0b137fe33445779342037c0e24c3fab (patch) | |
tree | b9228fa86fc67ad228767de7aea6a6a2fa9b6f0c /clang/test/Modules/compiler_builtins.m | |
parent | fed83c5755c4c4952c9b16b23218d9503dd45dcb (diff) | |
download | bcm5719-llvm-56435b49e0b137fe33445779342037c0e24c3fab.tar.gz bcm5719-llvm-56435b49e0b137fe33445779342037c0e24c3fab.zip |
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.
llvm-svn: 149283
Diffstat (limited to 'clang/test/Modules/compiler_builtins.m')
-rw-r--r-- | clang/test/Modules/compiler_builtins.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Modules/compiler_builtins.m b/clang/test/Modules/compiler_builtins.m index a451e8a7add..283ff0eefe1 100644 --- a/clang/test/Modules/compiler_builtins.m +++ b/clang/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; } |