Skip to content
  • Sankhesh Jhaveri's avatar
    Automatically configure and add sanitizer blacklist flag · 90085215
    Sankhesh Jhaveri authored
    The sanitizer blacklist flag gets added upon configure time. This change
    fixes the issue where CMake's try_compile fails with
    `-fsanitize-blacklist=<generated blacklist file>` because the blacklist
    file gets generated later along the configuration process.
    90085215