Skip to content

Commit d7307f4

Browse files
[ORC] Fix obj-imageinfo.S on X86 Darwin with Internal Shell (#169104)
d464c99 fixes this test on AArch64 Darwin, but I did not realize that there was another X86 version of the test. This patch also updates the X86 version of the test in a similar manner.
1 parent bf6e3f1 commit d7307f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compiler-rt/test/orc/TestCases/Darwin/x86-64/objc-imageinfo.S

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
// RUN: rm -rf %t
77
// RUN: split-file %s %t
8-
// RUN: (cd %t; %clang -c *.S)
8+
// RUN: pushd %t
9+
// RUN: %clang -c *.S
10+
// RUN: popd
911

1012
// Check individual versions are loadable.
1113

0 commit comments

Comments
 (0)