This revision was automatically updated to reflect the committed changes. Closed by commit rG3e1f1b406e92: [lldb] [test] Pass -mmmx to x86-gp-write test explicitly (authored by mgorny). Herald added a project: LLDB.
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D91578/new/ https://reviews.llvm.org/D91578 Files: lldb/test/Shell/Register/x86-gp-write.test Index: lldb/test/Shell/Register/x86-gp-write.test =================================================================== --- lldb/test/Shell/Register/x86-gp-write.test +++ lldb/test/Shell/Register/x86-gp-write.test @@ -1,6 +1,6 @@ # XFAIL: system-windows # REQUIRES: native && target-x86 -# RUN: %clangxx_host -fomit-frame-pointer %p/Inputs/x86-gp-write.cpp -o %t +# RUN: %clangxx_host -mmmx -fomit-frame-pointer %p/Inputs/x86-gp-write.cpp -o %t # RUN: %lldb -b -s %s %t | FileCheck %s process launch
Index: lldb/test/Shell/Register/x86-gp-write.test =================================================================== --- lldb/test/Shell/Register/x86-gp-write.test +++ lldb/test/Shell/Register/x86-gp-write.test @@ -1,6 +1,6 @@ # XFAIL: system-windows # REQUIRES: native && target-x86 -# RUN: %clangxx_host -fomit-frame-pointer %p/Inputs/x86-gp-write.cpp -o %t +# RUN: %clangxx_host -mmmx -fomit-frame-pointer %p/Inputs/x86-gp-write.cpp -o %t # RUN: %lldb -b -s %s %t | FileCheck %s process launch
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits