Closed TmLev closed 2 years ago
set_config("cxx", "/usr/local/Cellar/llvm/13.0.0_1/bin/clang++")
cxx not found
please remove this line, and get me a verbose output.
xmake f -c -vD --toolchain=llvm --sdk=/usr/local/Cellar/llvm/13.0.0_1
xmake -rv
That works!
Describe the bug
Attempt to compile any C++20 modules example results in error.
Expected behavior
No errors.
Error output
Related Environment
xmake v2.6.1+202112130719
Additional context
Also, setting
cxx
toclang++
fromLLVM
leads tonil
error: