Skip to content

Commit 9e0ed0d

Browse files
kyulee-comyuxuanchen1997
authored andcommitted
Fix tests for #89884 (#100061)
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251302
1 parent c2c6b06 commit 9e0ed0d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)