[llvm] 0ae76a7 - [NFC] Fix incorrect RUN line in test from #83251

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 07:03:57 PDT 2024


Author: Orlando Cazalet-Hyams
Date: 2024-03-15T14:01:24Z
New Revision: 0ae76a74985b3639ffb99d1dbb857068939547aa

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

LOG: [NFC] Fix incorrect RUN line in test from #83251

Note: This wasn't the cause of the strange behaviour mentioned in the NOTE
comment in the test.

Added: 
    

Modified: 
    llvm/test/Bitcode/dbg-record-roundtrip.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Bitcode/dbg-record-roundtrip.ll b/llvm/test/Bitcode/dbg-record-roundtrip.ll
index 242c3819c860b6..d092e3822d26b0 100644
--- a/llvm/test/Bitcode/dbg-record-roundtrip.ll
+++ b/llvm/test/Bitcode/dbg-record-roundtrip.ll
@@ -1,7 +1,7 @@
 ;; Roundtrip tests.
 ; RUN: llvm-as --write-experimental-debuginfo-iterators-to-bitcode=true %s -o - | llvm-dis | FileCheck %s
 ;; Check that verify-uselistorder passes regardless of input format.
-; RUN: llvm-as %s --write-experimental-debuginfo-iterators-to-bitcode=true -o - | verify-uselistorder %s
+; RUN: llvm-as %s --write-experimental-debuginfo-iterators-to-bitcode=true -o - | verify-uselistorder
 ; RUN: verify-uselistorder %s
 
 ;; Confirm we're producing RemoveDI records from various tools.


        


More information about the llvm-commits mailing list