Backout changeset 3cc992814a7e (bug 882779) because it is no longer needed

This commit is contained in:
Ehsan Akhgari 2015-01-02 00:55:53 -05:00
parent d380afe538
commit 4d53f79554
2 changed files with 2 additions and 10 deletions

View File

@ -2674,11 +2674,7 @@ AC_SUBST(VISIBILITY_FLAGS)
MOZ_GCC_PR49911
MOZ_GCC_PR39608
if test "$OS_TARGET" != WINNT; then
# Only run this test with clang on non-Windows platforms, because clang
# cannot do enough code gen for now to make this test work correctly.
MOZ_LLVM_PR8927
fi
MOZ_LLVM_PR8927
dnl Check for __force_align_arg_pointer__ for SSE2 on gcc
dnl ========================================================

View File

@ -2244,11 +2244,7 @@ AC_SUBST(VISIBILITY_FLAGS)
MOZ_GCC_PR49911
MOZ_GCC_PR39608
if test "$OS_TARGET" != WINNT; then
# Only run this test with clang on non-Windows platforms, because clang
# cannot do enough code gen for now to make this test work correctly.
MOZ_LLVM_PR8927
fi
MOZ_LLVM_PR8927
dnl Checks for header files.
dnl ========================================================