[clang] [compiler-rt] [llvm] [InstrFDO][TypeProf] Implement binary instrumentation and profile read/write (PR #66825)
Snehasish Kumar via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 28 12:42:07 PDT 2024
================
@@ -0,0 +1,145 @@
+// REQUIRES: lld-available
+
+// RUN: rm -rf %t && split-file %s %t && cd %t
----------------
snehasish wrote:
I think you can skip this RUN line and just use `%s` as the input file in the line pgogen invocation below.
https://github.com/llvm/llvm-project/pull/66825
More information about the cfe-commits
mailing list