Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
1.15.0
-
None
-
-
9c282ff7bd13b25118da3e6d7a46e75fe78caf4c (qbs/qbs/master)
Description
As mentioned in mailing list, it is not possible to compile qbs app with -fsanitize=address on WIndows when using clang-cl.
This can be fixed by calling clang-cl for linking instead of link.exe or lld-link.exe.
Experiments show that this is possible - most tests pass when using clang-cl as linker.