Skip to content

Should --param stdlib=libstdc++ imply --param enable_experimental=False ? #149151

@jwakely

Description

@jwakely

When using the libcxx tests with GCC and libstdc++, I find that params.py wants to add -lc++experimental to the link flags.

I can disable that with --param enable_experimental=False but should it be implied by --param stdlib=libstdc++ ?

It seems like it is never valid (or necessary) to link to libc++experimental.a when testing libstdc++

Metadata

Metadata

Assignees

No one assigned

    Labels

    clang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl'

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions