summaryrefslogtreecommitdiff
path: root/test/profile/gcc-flag-compatibility.test
AgeCommit message (Collapse)Author
2016-07-21[Profile] More test clean up to read profile from directory specified by ↵Xinliang David Li
-fprofile-generate= git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@276226 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-28[libprofile] Make this test not depend on previous runs.Sean Silva
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@264626 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-09Add support for generating profiles in a given directory.Diego Novillo
When the file is initialized, this patch checks whether the path specifies a directory. If so, it creates the directory tree before truncating the file. Use default.profdata instead of pgo-data for default indexed profile name. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@241824 91177308-0d34-0410-b5e6-96231b3b80d8