[all-commits] [llvm/llvm-project] 767093: [Attributor] Don't print the call-graph in a hard-...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Fri Jun 18 00:38:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7670938bbad8755a34a282febc852651255c69b3
https://github.com/llvm/llvm-project/commit/7670938bbad8755a34a282febc852651255c69b3
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/test/Transforms/Attributor/callgraph.ll
Log Message:
-----------
[Attributor] Don't print the call-graph in a hard-coded file.
This looks like not a practical pattern in our codebase (it could fail
in some sandbox environement).
Instead we print it via standard output, and it is controled by the
-attributor-print-call-graph, this follows a similiar pattern of attributor-print-dep.
More information about the All-commits
mailing list