cf: http://nurmi-labs.blogspot.com/2019/04/tclquadcode.html
Should not the two commands return the same output?
bash-4.3$ llvm-config --host-target
i686-pc-linux-gnu
bash-4.3$ gcc -dumpmachine
i586-slackware-linux
bash-4.3$
I recently built llvm-7.0.1 for ghc-8.8.4.
https://github.com/varehus/llvm-7.0.1 [build script for Slackware-14.2]
In that repo’s README.pod is a line for “-latomic” which I needed when building on i586 or i686.
Is there another flag which could be used for “-latomic” to resolve the following from the llvm.SlackBuild?