[Lldb-commits] [PATCH] D91578: [lldb] [test] Pass -mmmx to x86-gp-write test explicitly

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 18 03:10:04 PST 2020


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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91578.306029.patch
Type: text/x-patch
Size: 504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201118/2208d7f6/attachment.bin>


More information about the lldb-commits mailing list