Issue 64739
Summary Clang frontend error when using AFL++ compilers with ASAN
Labels new issue
Assignees
Reporter abhisen7
    When building using CMake with ASAN and AFL++ compilers (afl-cc/afl-c++), I am getting `clang frontend command failed with exit code 139 error`. If I remove the `-DSANITIZER=address` switch, it builds just fine.

If I build using the non AFL compilers (just pass `clang-14` and `clang++-14` instead of `afl-cc` and `afl-c++`), then ASAN build works fine too. 

Does anyone know why or what this error is about?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to