Issue 117016
Summary [libc] Clean up scudo integration test
Labels libc
Assignees
Reporter michaelrj-google
    The scudo integration test is built in a very odd way (see the cmake: https://github.com/llvm/llvm-project/blob/main/libc/test/integration/scudo/CMakeLists.txt#L5).

It's built as a standalone executable instead of a proper integration test because it predates the proper integration test framework. I'd like to move it to use the `add_integration_test` rule in cmake.

previously: #116895 #116979
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to