[lldb] [lit] Fix more filename mismatches in Register tests

llvm-svn: 359977
This commit is contained in:
Michal Gorny 2019-05-05 12:06:22 +00:00
parent cbcd9b1b92
commit dca69eb29c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# XFAIL: system-windows
# REQUIRES: native && target-x86
# RUN: %clangxx -fomit-frame-pointer %p/Inputs/x86-64-gp-read.cpp -o %t
# RUN: %clangxx -fomit-frame-pointer %p/Inputs/x86-gp-write.cpp -o %t
# RUN: %lldb -b -s %s %t | FileCheck %s
process launch

View File

@ -1,6 +1,6 @@
# XFAIL: system-windows
# REQUIRES: native && target-x86 && native-cpu-avx
# RUN: %clangxx %p/Inputs/x86-ymm-read.cpp -o %t
# RUN: %clangxx %p/Inputs/x86-ymm-write.cpp -o %t
# RUN: %lldb -b -s %s %t | FileCheck %s
process launch