commit | 54cc0e2d8163b8caa2964c34e7df05833e4dd354 | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <[email protected]> | Thu Mar 20 19:23:55 2014 |
committer | Duncan P. N. Exon Smith <[email protected]> | Thu Mar 20 19:23:55 2014 |
tree | 7b65e97428d1dd8137ba0a56d42a106db9c0123e | |
parent | 775c178a90d8859a5da939d738fad248fde6edcd [diff] |
PGO: Update interface for writing instrumentation data to file __llvm_pgo_write_default_file() was a bad name, since it checked the environment (it wasn't just a default file). - Change __llvm_pgo_write_file() to __llvm_pgo_write_file_with_name() and make it static. - Rename __llvm_pgo_write_default_file() to __llvm_pgo_write_file(). - Add __llvm_pgo_set_filename(), which sets the filename for subsequent calls to __llvm_pgo_write_file(). <rdar://problem/15943240> llvm-svn: 204381