Issue |
149151
|
Summary |
Should --param stdlib=libstdc++ imply --param enable_experimental=False ?
|
Labels |
new issue
|
Assignees |
|
Reporter |
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++
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs