aeubanks added a comment.
Alternatively: https://reviews.llvm.org/D97608
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96803/new/
https://reviews.llvm.org/D96803
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/c
aeubanks added a comment.
code looks good, just some test nits
Comment at: llvm/test/Transforms/EntryExitInstrumenter/mcount.ll:1
-; RUN: opt
-passes="function(ee-instrument),cgscc(inline),function(post-inline-ee-instrument)"
-S < %s | FileCheck %s
+; RUN: opt --O0 --ee-instr
zatrazz updated this revision to Diff 325004.
zatrazz retitled this revision from "EntryExitInstrumenter: Move to a module
pass and enable at all optimization levels (PR49143)" to
"EntryExitInstrumenter: Enable at all optimization levels (PR49143)".
zatrazz edited the summary of this revision.
za