You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While compiling with:
"""
CC=clang CXX=clang++ ./b configure --sanitized
CC=clang CXX=clang++ ./b build
"""
I got:
"""
clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?
"""
This commit passes expected param name to clang while still passing the
other one to gcc.
With commit applied, one can successfully build and run sanitized clang-compiled
trex binaries.
0 commit comments