You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
523 B
14 lines
523 B
# Executable testing is not supported on Windows, since all files are considered executable
|
|
# UNSUPPORTED: system-windows
|
|
# RUN: yaml2obj %p/Inputs/i386-slice.yaml -o %t-i386.o
|
|
# RUN: yaml2obj %p/Inputs/x86_64-slice.yaml -o %t-x86_64.o
|
|
|
|
# RUN: chmod a-x %t-i386.o
|
|
# RUN: chmod a-x %t-x86_64.o
|
|
# RUN: llvm-lipo %t-i386.o %t-x86_64.o -create -output %t-universal.o
|
|
# RUN: test ! -x %t-universal.o
|
|
|
|
# RUN: chmod a+x %t-i386.o
|
|
# RUN: llvm-lipo %t-i386.o %t-x86_64.o -create -output %t-universal.o
|
|
# RUN: test -x %t-universal.o
|