summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-hostname.c
AgeCommit message (Collapse)Author
2016-06-24fix a test bug when executed remotedlyXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@273693 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-29[profile] Support hostname expansion in LLVM_PROFILE_FILEVedant Kumar
This patch adds support for expanding "%h" out to the machine hostname in the LLVM_PROFILE_FILE environment variable. Patch by Daniel Waters! Differential Revision: http://reviews.llvm.org/D16371 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@259272 91177308-0d34-0410-b5e6-96231b3b80d8