InstrProf: Indicate pointer size in raw profile
commitd00c9beebfccb89fda8ac295e2909d57843fe313
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 23 Mar 2014 03:38:05 +0000 (23 03:38 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 23 Mar 2014 03:38:05 +0000 (23 03:38 +0000)
tree7f74e2355ed19b34176934f03696d0f08be8bf0a
parente41aa24fe9db576a911cc2fe6f1a42637d3ac043
InstrProf: Indicate pointer size in raw profile

Since the profile can come from 32-bit machines, the reader needs to
check the pointer size.  Change the magic number to facilitate this.

<rdar://problem/16400648>

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204556 91177308-0d34-0410-b5e6-96231b3b80d8
lib/profile/InstrProfiling.c