The feature check is already in place when building the library but wasn't honored for the tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM after the inline question is addressed.
test/libcxxabi/test/config.py | ||
---|---|---|
38 ↗ | (On Diff #50805) | I would rather default this value to True. Would this break in your case? |
test/libcxxabi/test/config.py | ||
---|---|---|
38 ↗ | (On Diff #50805) | 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! |