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

Vincent Lee via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 20 13:50:13 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.
----------------
thevinster wrote:

```suggestion
# Synthesize two sets of raw cgdata without the header (24 byte) from the indexed cgdata.
```

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


More information about the llvm-commits mailing list