forked from OSchip/llvm-project
[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:
parent
16eb853ffd
commit
3e1f1b406e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue