summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-version-mismatch.c
AgeCommit message (Collapse)Author
2016-05-20[profile] PROF_ERR, PROF_WARNXinliang David Li
1) Move common prefix to the macro def 2) Introduced PROF_WARN 3) Make error message unconditionally printed out. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@270185 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-26[libprofile] Add some missing `env` prefixes on commands.Sean Silva
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@264490 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-08[PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li
IR level instrumentation needs to override version with variant bits. No change for FE instrumentation is needed. Test case is added to detect version mismatch. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@257230 91177308-0d34-0410-b5e6-96231b3b80d8