[all-commits] [llvm/llvm-project] db313a: [BOLT][NFC] Replace stdio with raw_ostream in Call...

Huan Nguyen via All-commits all-commits at lists.llvm.org
Wed Jun 8 15:38:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: db313a00b6154dd42a6ab998a88252ef1a1c042f
      https://github.com/llvm/llvm-project/commit/db313a00b6154dd42a6ab998a88252ef1a1c042f
  Author: Huan Nguyen <nhuhuan at yahoo.com>
  Date:   2022-06-08 (Wed, 08 Jun 2022)

  Changed paths:
    M bolt/include/bolt/Passes/CallGraph.h

  Log Message:
  -----------
  [BOLT][NFC] Replace stdio with raw_ostream in CallGraph

Replacing stdio functions, e.g., fopen, fprintf, with raw_ostream.

Test Plan:
```
ninja check-bolt
```

Reviewed By: Amir

Differential Revision: https://reviews.llvm.org/D126826




More information about the All-commits mailing list