[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
Mon Nov 16 16:06:44 PST 2020


mgorny created this revision.
mgorny added reviewers: labath, emaste, krytarowski.
Herald added a subscriber: arichardson.
mgorny requested review of this revision.

Pass -mmmx explicitly to fix build failure with FreeBSD's clang on i386.


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.305618.patch
Type: text/x-patch
Size: 504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201117/0a350392/attachment.bin>


More information about the lldb-commits mailing list