Skip to content

Commit 67937a3

Browse files
authored
Fix tests for #89884 (#100061)
1 parent b8721fa commit 67937a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

llvm/test/tools/llvm-cgdata/merge-archive.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: shell
1+
# REQUIRES: shell, aarch64-registered-target
22
# UNSUPPORTED: system-windows
33

44
# Merge an archive that has two object files having cgdata (__llvm_outline)

llvm/test/tools/llvm-cgdata/merge-concat.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: shell
1+
# REQUIRES: shell, aarch64-registered-target
22
# UNSUPPORTED: system-windows
33

44
# Merge a binary file (e.g., a linked executable) having concatenated cgdata (__llvm_outline)

llvm/test/tools/llvm-cgdata/merge-double.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: shell
1+
# REQUIRES: shell, aarch64-registered-target
22
# UNSUPPORTED: system-windows
33

44
# Merge two object files having cgdata (__llvm_outline)

llvm/test/tools/llvm-cgdata/merge-single.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: shell
1+
# REQUIRES: shell, aarch64-registered-target
22
# UNSUPPORTED: system-windows
33

44
# Test merge a single object file into a cgdata

0 commit comments

Comments
 (0)