[test] Disable x86-64-gp-write on Darwin

llvm-svn: 359487
This commit is contained in:
Jonas Devlieghere 2019-04-29 19:39:09 +00:00
parent 9b17b80a0e
commit f1ec0406f0

View File

@ -1,3 +1,4 @@
# UNSUPPORTED: system-darwin
# REQUIRES: native && target-x86_64 # REQUIRES: native && target-x86_64
# RUN: %clangxx -fomit-frame-pointer %p/Inputs/x86-64-gp-write.cpp -o %t # RUN: %clangxx -fomit-frame-pointer %p/Inputs/x86-64-gp-write.cpp -o %t
# RUN: %lldb -b -s %s %t | FileCheck %s # RUN: %lldb -b -s %s %t | FileCheck %s