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 cfc807d commit 16b29f5Copy full SHA for 16b29f5
llvm/test/tools/yaml2obj/ELF/note-section.yaml
@@ -471,6 +471,10 @@ Sections:
471
## field even if "ShAddrAlign" is also specified; an unexpected value in the
472
## "ShAddrAlign" property does not trigger an incorrect alignment error.
473
474
+# RUN: yaml2obj --docnum=18 -D ADDRALIGN=0 -D SHADDRALIGN=8 %s -o - | \
475
+# RUN: llvm-readobj --sections --section-data --notes - | \
476
+# RUN: FileCheck %s --check-prefixes=TEST18,TEST18_4
477
+
478
# RUN: yaml2obj --docnum=18 -D ADDRALIGN=4 -D SHADDRALIGN=3 %s -o - | \
479
# RUN: llvm-readobj --sections --section-data --notes - | \
480
# RUN: FileCheck %s --check-prefixes=TEST18,TEST18_4
0 commit comments