The feature check is already in place when building the library but wasn't honored for the tests.
Details
Diff Detail
Event Timeline
LGTM after the inline question is addressed.
test/libcxxabi/test/config.py | ||
---|---|---|
38 | I would rather default this value to True. Would this break in your case? |
test/libcxxabi/test/config.py | ||
---|---|---|
38 | Not when running all tests from make or directly with llvm-lit and relative directories. But it would break when starting llvm-lit with an absolute path because it then takes the default configuration. I won't ever do that though because I know that this test doesn't work with my version of glibc ;-) Will change and commit tomorrow, thanks! |
I would rather default this value to True. Would this break in your case?