Skip to content

Commit

Permalink
Fix tests for llvm#89884 (llvm#100061)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyulee-com authored Jul 23, 2024
1 parent b8721fa commit 67937a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-cgdata/merge-archive.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# REQUIRES: shell
# REQUIRES: shell, aarch64-registered-target
# UNSUPPORTED: system-windows

# Merge an archive that has two object files having cgdata (__llvm_outline)
Expand Down
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-cgdata/merge-concat.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# REQUIRES: shell
# REQUIRES: shell, aarch64-registered-target
# UNSUPPORTED: system-windows

# Merge a binary file (e.g., a linked executable) having concatenated cgdata (__llvm_outline)
Expand Down
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-cgdata/merge-double.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# REQUIRES: shell
# REQUIRES: shell, aarch64-registered-target
# UNSUPPORTED: system-windows

# Merge two object files having cgdata (__llvm_outline)
Expand Down
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-cgdata/merge-single.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# REQUIRES: shell
# REQUIRES: shell, aarch64-registered-target
# UNSUPPORTED: system-windows

# Test merge a single object file into a cgdata
Expand Down

0 comments on commit 67937a3

Please sign in to comment.