https://bugs.llvm.org/show_bug.cgi?id=40131
Bug ID: 40131
Summary: ompt/misc/control_tool.c failing on AArch64
Product: OpenMP
Version: unspecified
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Runtime Library
Assignee: unassignedb...@nondot.org
Reporter: gree...@obbligato.org
CC: hah...@hahnjo.de, llvm-bugs@lists.llvm.org
I am seeing the following running the OMPT tests on AArch64:
/ptmp/dag/cce-clang/openmp/runtime/test/ompt/misc/control_tool.c:26:17: error:
CHECK-NEXT: expected string not found in input
// CHECK-NEXT: {{^}}[[MASTER_ID]]: current_address={{.*}}[[RETURN_ADDRESS]]
^
<stdin>:9:1: note: scanning from here
281474976710657: current_address=0x403594 or 0x403590
^
<stdin>:9:1: note: with variable "MASTER_ID" equal to "281474976710657"
281474976710657: current_address=0x403594 or 0x403590
^
<stdin>:9:1: note: with variable "RETURN_ADDRESS" equal to "0x40358c"
281474976710657: current_address=0x403594 or 0x403590
^
<stdin>:9:13: note: possible intended match here
281474976710657: current_address=0x403594 or 0x403590
Originally, other OMPT tests will failing in the same way. Removing
-fno-experimental-isel from the OMP testing flags caused those tests to start
passing.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs