Skip to content

enable ASAN for impeller_unittests and impeller_golden_tests on macos ci #159985

@gaaclarke

Description

@gaaclarke

Spawned from flutter/engine#57015

There is a --asan flag in GN. If you set it it will compile the binaries with the correct flags. The impeller targets will fail to compile though because flatc will fail to execute. Clang on macos links a runtime library ( libclang_rt.asan_osx_dynamic.dylib ) that isn't available to dyld without some sort of change. I'm not sure what mechanisms GN has to run otool to edit the linkage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work liste: impellerImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamtriaged-engineTriaged by Engine team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions