mizvekov wrote:
This fails for me on a MacOS machine:
```
FAIL: Clang :: Interpreter/emulated-tls.cpp (15766 of 24981)
******************** TEST 'Clang :: Interpreter/emulated-tls.cpp' FAILED
********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 14
cat test/Interpreter/emulated-tls.cpp | bin/clang-repl | bin/FileCheck
clang/test/Interpreter/emulated-tls.cpp
# executed command: cat clang/test/Interpreter/emulated-tls.cpp
# note: command had no output on stdout or stderr
# executed command: bin/clang-repl
# .---command stderr------------
# | JIT session error: Symbols not found: [ ___emutls_get_address ]
# | JIT session error: Failed to materialize symbols: { (main, { __Z6workerv })
}
# | error: Failed to materialize symbols: { (main, {
____orc_init_func.incr_module_22 }) }
# `-----------------------------
# executed command: bin/FileCheck clang/test/Interpreter/emulated-tls.cpp
# .---command stderr------------
# | clang/test/Interpreter/emulated-tls.cpp:23:11: error: CHECK: expected
string not found in input
# | // CHECK: tls = 2, 2
# | ^
# | <stdin>:1:1: note: scanning from here
# |
# | ^
# |
# | Input file: <stdin>
# | Check file: clang/test/Interpreter/emulated-tls.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1:
# | check:23'0 { } search range (exclusive bounds)
# | check:23'1 error: no match found in search range
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
```
If this is not an easy fix, can you please revert?
https://github.com/llvm/llvm-project/pull/207161
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits