Make the -fvisibility-inlines-hidden check more thorough in a hopeless attempt to fix mingw cross-compiles.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147191 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer
2011-12-22 22:25:26 +00:00
parent b156c5d376
commit cfe96c8051
2 changed files with 5 additions and 3 deletions

4
configure vendored
View File

@@ -20993,11 +20993,11 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
template <typename T> struct X { inline void f() {} };
int
main ()
{
X<int>().f();
;
return 0;
}