[lldb] [test] Pass -mmmx to x86-gp-write test explicitly

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

Differential Revision: https://reviews.llvm.org/D91578
This commit is contained in:
Michał Górny 2020-11-17 01:04:59 +01:00
parent 16eb853ffd
commit 3e1f1b406e
1 changed files with 1 additions and 1 deletions

View File

@ -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