15 lines · plain
1# REQUIRES: exegesis-can-measure-latency, x86_64-linux2 3# Test that we error out if the requested address is not aligned to a page4# boundary. Here we test out mapping at 2^12+4, which is off from a page5# boundary by four bytes.6 7# RUN: not llvm-exegesis -mtriple=x86_64-unknown-unknown -mode=latency -snippets-file=%s -execution-mode=subprocess 2>&1 | FileCheck %s8 9# LLVM-EXEGESIS-MEM-DEF test1 4096 414D4710# LLVM-EXEGESIS-MEM-MAP test1 6554011 12nop13 14# CHECK: invalid comment 'LLVM-EXEGESIS-MEM-MAP test1 65540', expected <ADDRESS> to be a multiple of the platform page size. 15