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
header "stdint.h"
}
- explicit module tgmath {
- header "tgmath.h"
- }
-
explicit module intel {
requires x86
}
// FIXME: mm_malloc.h
+ // FIXME: tgmath.h
// FIXME: unwind.h
explicit module varargs {
// 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; }