[llvm] [CGData] llvm-cgdata (PR #89884)

Kyungwoo Lee via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 21 20:42:34 PDT 2024


================
@@ -0,0 +1,83 @@
+# REQUIRES: shell
+# UNSUPPORTED: system-windows
+
+# Merge a binary file (e.g., a linked executable) having concatnated cgdata (__llvm_outline)
+
+RUN: split-file %s %t
+
+# Synthesize two set of raw cgdata without the header (24 byte) from the indexed cgdata.
----------------
kyulee-com wrote:

Fixed.

https://github.com/llvm/llvm-project/pull/89884


More information about the llvm-commits mailing list