CMake/Tests/RunCMake/file/READ_ELF-stderr.txt
Brad King 41bebbe50a file: Restore error capture in undocumented READ_ELF mode
Revise the error message added by commit 115ff6a347 (cmELF: Include the
ELF parsing code unconditionally, 2021-06-17, v3.22.0-rc1~557^2) to
honor the `CAPTURE_ERROR` option.  This is needed by the call site in
`BundleUtilities` to suppress errors on non-ELF files.

Fixes: #23074
2022-01-11 12:46:06 -05:00

20 lines
594 B
Plaintext

^CMake Error at READ_ELF.cmake:1 \(file\):
file READ_ELF must be called with at least three additional arguments\.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
+
CMake Error at READ_ELF.cmake:2 \(file\):
file READ_ELF given FILE "XXX" that does not exist\.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
+
CMake Error at READ_ELF.cmake:4 \(file\):
file READ_ELF given FILE:
[^
]*/Tests/RunCMake/file/READ_ELF.cmake
that is not a valid ELF file\.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)$