[all-commits] [llvm/llvm-project] 86d5dc: [memprof] Disallow memprof profile reader tests on...
Snehasish Kumar via All-commits
all-commits at lists.llvm.org
Tue Nov 30 12:27:37 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86d5dc9afc9b99a143214604ff7a43652ce6df46
https://github.com/llvm/llvm-project/commit/86d5dc9afc9b99a143214604ff7a43652ce6df46
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M llvm/test/tools/llvm-profdata/memprof-basic.test
M llvm/test/tools/llvm-profdata/memprof-multi.test
Log Message:
-----------
[memprof] Disallow memprof profile reader tests on non-x86 archs.
The memprof profile reader tests rely on binary data which is generated
from and meant to be interpreted on little endian architectures. Add a
REQUIRES: x86_64-linux clause to both tests to ensure they don't fail on big
endian targets such as ppc.
More information about the All-commits
mailing list