This revision was automatically updated to reflect the committed changes.
Closed by commit rG74a42aedfe14: [test] Add Clang side tests for
-fdebug-info-for-profiling (authored by MaskRay).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94381/new/
htt
MaskRay added a comment.
Verified with @wmi offline this is good. Committing...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94381/new/
https://reviews.llvm.org/D94381
___
cfe-commits mailing list
cfe-c
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Sounds good
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94381/new/
https://reviews.llvm.org/D94381
__
MaskRay added inline comments.
Comment at: clang/test/CodeGenCXX/fdebug-info-for-profiling.cpp:14-16
+// RUN: echo > %t.proftext
+// RUN: llvm-profdata merge %t.proftext -o %t.profdata
+// RUN: %clang_cc1 -emit-llvm -fno-legacy-pass-manager -fdebug-pass-manager
-O1 -fprofile-ins
dblaikie added inline comments.
Comment at: clang/test/CodeGenCXX/fdebug-info-for-profiling.cpp:14-16
+// RUN: echo > %t.proftext
+// RUN: llvm-profdata merge %t.proftext -o %t.profdata
+// RUN: %clang_cc1 -emit-llvm -fno-legacy-pass-manager -fdebug-pass-manager
-O1 -fprofile-in
MaskRay created this revision.
MaskRay added reviewers: dblaikie, davidxl, wmi.
MaskRay requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
There is currently a driver test but no test for its effect on linkageName &
pass pipeline.
Repositor