================
@@ -0,0 +1,50 @@
+;; Tests that we store the type identifiers in .callgraph section of the 
binary.
+
+; RUN: llc --call-graph-section -filetype=obj -o - < %s | \
+; RUN: llvm-readelf -x .callgraph - | FileCheck %s
----------------
ilovepi wrote:

I don't see any tests under `tests/MC` though. I agree w/ @arsenm that we need 
to have dedicated tests for the assembler/disassembler, and not just for 
codegen. Those commonly find bugs in the implementation that are otherwise easy 
to miss.

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

Reply via email to