diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-03-20 19:23:55 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-03-20 19:23:55 +0000 |
commit | 54cc0e2d8163b8caa2964c34e7df05833e4dd354 (patch) | |
tree | 7b65e97428d1dd8137ba0a56d42a106db9c0123e /llvm/lib/Support/LockFileManager.cpp | |
parent | 775c178a90d8859a5da939d738fad248fde6edcd (diff) | |
download | llvm-54cc0e2d8163b8caa2964c34e7df05833e4dd354.zip llvm-54cc0e2d8163b8caa2964c34e7df05833e4dd354.tar.gz llvm-54cc0e2d8163b8caa2964c34e7df05833e4dd354.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/Support/LockFileManager.cpp')
0 files changed, 0 insertions, 0 deletions