<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/65428>65428</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
clang message "symbol '' can not be placed in a different section" question
</td>
</tr>
<tr>
<th>Labels</th>
<td>
clang,
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
yowl
</td>
</tr>
</table>
<pre>
WIth LLVM 16.0.6, take the attached `.ll` (zipped)
[Baseline.4.zip](https://github.com/llvm/llvm-project/files/12529594/Baseline.4.zip)
and run the following command (I'm on windows 11 64bit)
```
"C:\Program Files\LLVM1606\bin"\clang++.exe -target wasm32-unknown-emscripten -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -wasm-enable-sjlj -mllvm -disable-lsr -c -fwasm-exceptions -g3 Baseline.4.ll -o Baseline.4.o
```
And you get the errors:
```
<unknown>:0: error: symbol '' can not be placed in a different section
error: cannot compile inline asm
<unknown>:0: error: symbol '' can not be placed in a different section
error: cannot compile inline asm
<unknown>:0: error: symbol '' can not be placed in a different section
error: cannot compile inline asm
<unknown>:0: error: symbol '' can not be placed in a different section
error: cannot compile inline asm
4 errors generated.
```
This seems to be something to do with "fixups"? If that is right, what is a fixup? How can I track this down?
Thanks,
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzslE2PpDYQhn9NcSmBTPHRzYFDf6SVkTZSDlFyNlCAZ4xNsFmm99dHZnpnR9FcklMOkVpqY5fLT712vdI5NRjmGoozFNdIrn60S323m44a293rP578iF--_P4LpmUikhLogl6-MPqRUXov25E7hFIkWkMpEOj4Tc0zd0AViCuIExTns3SsleEkT76pGYor0HH0fnaQnYBuQLdB-XFtktZOQDetv37_i-fFPnPrgW690uyAbikVVBVVDnT7W97vJ0rT4bKaHbG3WttNmQFbO01hBej4BHSY0BrclOns5jBNscwb5X9Al-Lxe_skugTW4vLrYodFTnjbaYpLkCYtRQnFpVEGiKC4tFqaAegMdE74lTH2chnY4ybdlFG8mhdjNxPz5NpFzZ4Nxv1X5VSjtPJ3yK4d93LVHuMpaIBxa6dGGV7iQdtG6lhqJV0sjdR3pxxk115qx-_h4ZyYjWw0x-5ZP78vdMrtk9otGLcY92-Rry3PXlnjMB4y_CCq1hjbjxP2U3VOpsO7XTHUGDTnZbHLfrefapldHgpA9hNkJwHZ6W1LGLj71FiNQAegA7bSoLEeG8ZZy5Y7VAYldqrveWHj0XEbyN8yvydppQm7WjvNSjMqE_BRuul_gv8OQf54Jziw4UV67pJP38tvo3LomCeH3gYGZyf2Y2hpb7GzuCk_IhD16nWdXWjB7IZPPfpRelQOFzWMPvjW9piQuIeGsJ_ttpf3hH6R7Qv6cFi3q3J70DwgpHlxQJeoq7OuyioZcZ2WVVaVaZYW0Vhz1zcV8aGrhKxkL_KmkmlzOIpjlh07SiNVk6BMVKIUIj9mRVKKVHDbllXOadZLglzwJJVOQrMmdhki5dzKdVnkdIy0bFi73aeJHg5DQBcgMrzhHrrbzzVa6t06m3VwkAutnHc_cnrlNdd7ApzYOTlwEO9f3jgR_rmyC-NoXXT9j1195w62vlf5VwAAAP__WXEVqQ">