Skip to content

Commit d86dac9

Browse files
authored
[lld] Fix requires in cstring test (#160172)
Fix a test added in #158720. I had accidentally required arm64 when the test was using x86_64.
1 parent fc12467 commit d86dac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/MachO/cstring.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; REQUIRES: aarch64
1+
; REQUIRES: x86
22
; RUN: llvm-as %s -o %t.o
33

44
; RUN: %lld -dylib --separate-cstring-literal-sections %t.o -o - | llvm-objdump --macho --section-headers - | FileCheck %s

0 commit comments

Comments
 (0)