================
@@ -0,0 +1,117 @@
+// RUN: %clang_cc1 -triple i386-unknown-linux-gnu -Wno-varargs -O1 
-disable-llvm-passes -emit-llvm -o - %s | opt --passes=instcombine | opt 
-passes="expand-variadics,default<O1>" -S | FileCheck %s 
--check-prefixes=CHECK,X86Linux
----------------
JonChesterfield wrote:

Nope. There's something weird/broken with opt here. Failure reproduces with 
other passes. Issue https://github.com/llvm/llvm-project/issues/81128

https://github.com/llvm/llvm-project/pull/81058
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to