mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Rename LineProfiling to GCOVProfiling to more accurately represent what it
does. Also mostly implement it. Still a work-in-progress, but generates legal output on crafted test cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129630 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -23,7 +23,7 @@ void llvm::initializeInstrumentation(PassRegistry &Registry) {
|
||||
initializeEdgeProfilerPass(Registry);
|
||||
initializeOptimalEdgeProfilerPass(Registry);
|
||||
initializePathProfilerPass(Registry);
|
||||
initializeLineProfilerPass(Registry);
|
||||
initializeGCOVProfilerPass(Registry);
|
||||
}
|
||||
|
||||
/// LLVMInitializeInstrumentation - C binding for
|
||||
|
||||
Reference in New Issue
Block a user