harvard-acc / LLVM-Tracer

An LLVM pass to profile dynamic LLVM IR instructions and runtime values
Other
135 stars 35 forks source link

typo in README.md #4

Closed Geof23 closed 9 years ago

Geof23 commented 9 years ago

llvm-link -o full.llvm triad-opt.llvm $TRACER_HOME/profile-func/tracer_logger.llvm

should be:

llvm-link -o full.llvm triad-opt.llvm $TRACER_HOME/profile-func/trace_logger.llvm

ysshao commented 9 years ago

Good catch! Fixed in the latest commit.

Geof23 commented 9 years ago

Thanks Sophia

On Tue, Jun 9, 2015 at 4:44 PM, Sophia Shao notifications@github.com wrote:

Good catch! Fixed in the latest commit.

— Reply to this email directly or view it on GitHub https://github.com/ysshao/LLVM-Tracer/issues/4#issuecomment-110525599.