<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div><span style="font-family:Courier New,Courier,monospace;"><em>cf</em>: http://nurmi-labs.blogspot.com/2019/04/tclquadcode.html</span></div>

<div> </div>

<div><span style="font-family:Courier New,Courier,monospace;">Should not the two commands return the same output?</span></div>

<div><br/>
<span style="font-family:Courier New,Courier,monospace;">bash-4.3$ llvm-config --host-target<br/>
i686-pc-linux-gnu<br/>
bash-4.3$ gcc -dumpmachine<br/>
i586-slackware-linux<br/>
bash-4.3$</span></div>

<div><br/>
<span style="font-family:Courier New,Courier,monospace;">I recently built llvm-7.0.1 for ghc-8.8.4.</span></div>

<div><br/>
<span style="font-family:Courier New,Courier,monospace;">https://github.com/varehus/llvm-7.0.1 [build script for Slackware-14.2]</span></div>

<div> </div>

<div><span style="font-family:Courier New,Courier,monospace;">In that repo's README.pod is a line for "-latomic" which I needed when building on i586 or i686.</span></div>

<div> </div>

<div><span style="font-family:Courier New,Courier,monospace;">Is there another flag which could be used for "-latomic" to resolve the following from the llvm.SlackBuild?</span></div>

<div> </div>

<div><span style="font-family:Courier New,Courier,monospace;"># As of clang-tools-extra-7.0.0 we get the following error on i586 or i686:<br/>
# CMakeFiles/clangDaemon.dir/Trace.cpp.o:Trace.cpp:function std::unique_ptr<clang::clangd::trace::(anonymous namespace)::JSONTracer::JSONSpan, std::default_delete<clang::clangd::trace::(anonymous namespace)::JSONTracer::JSONSpan> >::~unique_ptr(): error: undefined reference to '__atomic_load_8'</span></div>
</div></div></body></html>