[llvm] 471bfb7 - [Bitcode] Re-enable verify-uselistorder test (NFC)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 8 02:29:36 PDT 2022
Author: Nikita Popov
Date: 2022-06-08T11:29:28+02:00
New Revision: 471bfb7016691cefb7c0e2eba0582f78444931cf
URL: https://github.com/llvm/llvm-project/commit/471bfb7016691cefb7c0e2eba0582f78444931cf
DIFF: https://github.com/llvm/llvm-project/commit/471bfb7016691cefb7c0e2eba0582f78444931cf.diff
LOG: [Bitcode] Re-enable verify-uselistorder test (NFC)
This issue has since been fixed, so re-enable the commented RUN
line.
Added:
Modified:
llvm/test/Bitcode/compatibility.ll
Removed:
################################################################################
diff --git a/llvm/test/Bitcode/compatibility.ll b/llvm/test/Bitcode/compatibility.ll
index 05de3e294862c..a7217ae18872e 100644
--- a/llvm/test/Bitcode/compatibility.ll
+++ b/llvm/test/Bitcode/compatibility.ll
@@ -6,7 +6,7 @@
; http://llvm.org/docs/DeveloperPolicy.html#ir-backwards-compatibility
; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN-PR24755: verify-uselistorder < %s
+; RUN: verify-uselistorder < %s
target datalayout = "E"
; CHECK: target datalayout = "E"
More information about the llvm-commits
mailing list