Closed ianamason closed 7 years ago
better check that they are both sitting atop the same clang.
yes that was the problem.
iam@shaman:~$ clang --version
clang version 3.8.1 (tags/RELEASE_381/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/llvm-3.8/bin
iam@shaman:~$ wllvm --version
clang version 3.5.2 (branches/release_35 229013) (llvm/branches/release_35 229009)
Target: x86_64-unknown-linux-gnu
Thread model: posix
iam@shaman:~$
OK so in musllvm I do
and
then I do
and I see
and I wonder why?