forked from OSchip/llvm-project
Skip arm-(fp|gp)-read.test on Darwin.
Our assembler doesn't seem to grok floating point literals. <rdar://problem/64951608>
This commit is contained in:
parent
4f1f253ce5
commit
983a4b520e
|
@ -1,4 +1,4 @@
|
|||
# REQUIRES: native && target-arm
|
||||
# REQUIRES: native && target-arm && !system-darwin
|
||||
# RUN: %clangxx_host -fomit-frame-pointer %p/Inputs/arm-fp-read.cpp -o %t
|
||||
# RUN: %lldb -b -s %s %t | FileCheck %s
|
||||
process launch
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# REQUIRES: native && target-arm
|
||||
# REQUIRES: native && target-arm && !system-darwin
|
||||
# RUN: %clangxx_host -fomit-frame-pointer %p/Inputs/arm-gp-read.cpp -o %t
|
||||
# RUN: %lldb -b -s %s %t | FileCheck %s
|
||||
process launch
|
||||
|
|
Loading…
Reference in New Issue