[llvm] df258c0 - [obdjum] Fix broken test on some *nix bots

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 14 11:10:49 PDT 2025


Author: Chris Bieneman
Date: 2025-10-14T13:10:38-05:00
New Revision: df258c07c313bae1648f309ec73067ef0ff2e536

URL: https://github.com/llvm/llvm-project/commit/df258c07c313bae1648f309ec73067ef0ff2e536
DIFF: https://github.com/llvm/llvm-project/commit/df258c07c313bae1648f309ec73067ef0ff2e536.diff

LOG: [obdjum] Fix broken test on some *nix bots

This test is failing on some *nix base systems.
../llvm/test/tools/llvm-objcopy/DXContainer/dump-section.yaml

Added: 
    

Modified: 
    llvm/test/tools/llvm-objcopy/DXContainer/dump-section.yaml

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-objcopy/DXContainer/dump-section.yaml b/llvm/test/tools/llvm-objcopy/DXContainer/dump-section.yaml
index 48773269724a4..7d80a2c3ae4a7 100644
--- a/llvm/test/tools/llvm-objcopy/DXContainer/dump-section.yaml
+++ b/llvm/test/tools/llvm-objcopy/DXContainer/dump-section.yaml
@@ -20,8 +20,8 @@
 # TODO: Update this test to use objdump or obj2yaml once we support
 # --add-section in objcopy. See issue:
 # https://github.com/llvm/llvm-project/issues/162159.
-# PSV0-CONTENTS: 0000000 34 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-# PSV0-CONTENTS: 0000010 00 00 00 00 00 00 00 00 ff ff ff ff 05 00 00 00
+# PSV0-CONTENTS: 0000 34 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+# PSV0-CONTENTS: 0010 00 00 00 00 00 00 00 00 ff ff ff ff 05 00 00 00
 
 --- !dxcontainer
 Header:


        


More information about the llvm-commits mailing list