[flang-commits] [clang-tools-extra] [compiler-rt] [lldb] [llvm] [clang] [flang] [mlir] [Profile] Add binary profile correlation to offload profile metadata at runtime. (PR #69493)
Zequan Wu via flang-commits
flang-commits at lists.llvm.org
Wed Nov 15 14:38:47 PST 2023
================
@@ -0,0 +1,9 @@
+// RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -mllvm -profile-correlate=binary -fprofile-instrument=clang -fcoverage-mapping -emit-llvm -o - %s | FileCheck %s --check-prefix=BIN-CORRELATE
----------------
ZequanWu wrote:
Not applicable. Removed changes in Clang.
https://github.com/llvm/llvm-project/pull/69493
More information about the flang-commits
mailing list