alpaka icon indicating copy to clipboard operation
alpaka copied to clipboard

reinvestigate c++ standard library behavior of Clang

Open SimeonEhrig opened this issue 2 years ago • 1 comments

During writing the documentation about the standard library selection in Clang for PR #1695 I used the compiler flag --gcc-toolchain to select the libc++ version for Clang. This does not work, if the GCC compiler is installed under /usr/ like debian's apt is doing it.

I found another flag (--gcc-install-dir) and should check, if this is fixing the problem. https://discourse.llvm.org/t/add-gcc-install-dir-deprecate-gcc-toolchain-and-remove-gcc-install-prefix/65091/1

SimeonEhrig avatar Sep 12 '22 07:09 SimeonEhrig

The feature --gcc-install-dir is not implemented yet: https://reviews.llvm.org/rG23e4299261d9

SimeonEhrig avatar Sep 27 '22 09:09 SimeonEhrig