This revision was not accepted when it landed; it landed in state "Needs Review". This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG581a6a8118f5: [clang] Fix armv7-quick build by hardcoding -triple=x86_64 in OOM test. (authored by adamcz).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113583/new/ https://reviews.llvm.org/D113583 Files: clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp Index: clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp =================================================================== --- clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp +++ clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp @@ -1,7 +1,7 @@ // REQUIRES: shell // UNSUPPORTED: win32 // RUN: ulimit -v 1048576 -// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s +// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify -triple=x86_64 %s // expected-no-diagnostics // This used to require too much memory and crash with OOM.
Index: clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp =================================================================== --- clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp +++ clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp @@ -1,7 +1,7 @@ // REQUIRES: shell // UNSUPPORTED: win32 // RUN: ulimit -v 1048576 -// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s +// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify -triple=x86_64 %s // expected-no-diagnostics // This used to require too much memory and crash with OOM.
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits