[clang] [llvm] Forward declare TextEncodingConverter in TextEncoding.h, move config.h into TextEncoding.cpp (PR #207382)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 3 06:22:05 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 142944 tests passed
* 3026 tests skipped
All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details.
<details>
<summary>compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/dd_interceptors.cpp.o</summary>
```
FAILED: compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/dd_interceptors.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -D_DEBUG -D_GLIBCXX_ASSERTIONS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/lib/tsan/dd/../.. -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -Wall -Werror -Wno-unused-parameter -O3 -DNDEBUG -std=c++17 -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -Wthread-safety -Wthread-safety-reference -Wthread-safety-beta -O3 -gline-tables-only -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -ftrivial-auto-var-init=pattern -nostdinc++ -fno-rtti -MD -MT compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/dd_interceptors.cpp.o -MF compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/dd_interceptors.cpp.o.d -o compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/dd_interceptors.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/lib/tsan/dd/dd_interceptors.cpp
<inline asm>:11:5: error: 32 bit reloc applied to a field with a different size
11 | jmp __interceptor_pthread_mutex_destroy at plt
| ^
<inline asm>:21:5: error: 32 bit reloc applied to a field with a different size
21 | jmp __interceptor_pthread_mutex_lock at plt
| ^
<inline asm>:31:5: error: 32 bit reloc applied to a field with a different size
31 | jmp __interceptor_pthread_mutex_trylock at plt
| ^
<inline asm>:41:5: error: 32 bit reloc applied to a field with a different size
41 | jmp __interceptor_pthread_mutex_unlock at plt
| ^
<inline asm>:51:5: error: 32 bit reloc applied to a field with a different size
51 | jmp __interceptor_pthread_spin_destroy at plt
| ^
<inline asm>:61:5: error: 32 bit reloc applied to a field with a different size
61 | jmp __interceptor_pthread_spin_lock at plt
| ^
<inline asm>:71:5: error: 32 bit reloc applied to a field with a different size
71 | jmp __interceptor_pthread_spin_trylock at plt
| ^
<inline asm>:81:5: error: 32 bit reloc applied to a field with a different size
81 | jmp __interceptor_pthread_spin_unlock at plt
| ^
<inline asm>:91:5: error: 32 bit reloc applied to a field with a different size
91 | jmp __interceptor_pthread_rwlock_destroy at plt
| ^
<inline asm>:101:5: error: 32 bit reloc applied to a field with a different size
101 | jmp __interceptor_pthread_rwlock_rdlock at plt
| ^
<inline asm>:111:5: error: 32 bit reloc applied to a field with a different size
111 | jmp __interceptor_pthread_rwlock_tryrdlock at plt
| ^
<inline asm>:121:5: error: 32 bit reloc applied to a field with a different size
121 | jmp __interceptor_pthread_rwlock_timedrdlock at plt
| ^
<inline asm>:131:5: error: 32 bit reloc applied to a field with a different size
131 | jmp __interceptor_pthread_rwlock_wrlock at plt
| ^
<inline asm>:141:5: error: 32 bit reloc applied to a field with a different size
141 | jmp __interceptor_pthread_rwlock_trywrlock at plt
| ^
<inline asm>:151:5: error: 32 bit reloc applied to a field with a different size
151 | jmp __interceptor_pthread_rwlock_timedwrlock at plt
| ^
<inline asm>:161:5: error: 32 bit reloc applied to a field with a different size
161 | jmp __interceptor_pthread_rwlock_unlock at plt
| ^
<inline asm>:171:5: error: 32 bit reloc applied to a field with a different size
171 | jmp __interceptor_pthread_cond_init at plt
| ^
<inline asm>:181:5: error: 32 bit reloc applied to a field with a different size
181 | jmp __interceptor_pthread_cond_wait at plt
| ^
<inline asm>:191:5: error: 32 bit reloc applied to a field with a different size
191 | jmp __interceptor_pthread_cond_timedwait at plt
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/207382
More information about the cfe-commits
mailing list