================
@@ -0,0 +1,37 @@
+; RUN: llvm-link %s %s -S -o %t
+; RUN: opt --passes=verify %t -o /dev/null
+; RUN: FileCheck --input-file=%t %s --implicit-check-not=DICompositeType
----------------
jmorse wrote:

nit: the textual IR is going to pass through the LLParser for a second time 
when "opt" runs and parses it, thus it isn't directly testing the output of 
llvm-link. Doesn't llvm-link run the verifier pass anyway?

https://github.com/llvm/llvm-project/pull/165032
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to