We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce17599 commit 95dfe79Copy full SHA for 95dfe79
llvm/test/MC/MachO/invalid-section-index.s
@@ -1,6 +1,8 @@
1
+// REQUIRES: aarch64-registered-target
2
+
3
/// Test that when there are more than 255 sections, error is shown specifying too many sections.
4
-// RUN: not llvm-mc -filetype=obj -triple arm64-apple-macos %s -o - 2>&1 | FileCheck %s --check-prefix=MACHOERROR
5
+// RUN: not llvm-mc -filetype=obj -triple arm64-apple-darwin %s -o - 2>&1 | FileCheck %s --check-prefix=MACHOERROR
6
7
// MACHOERROR: error: Too many sections!
8
// MACHOERROR-NEXT: error: Invalid section index!
0 commit comments