lit -D compile_flags="-fno-exceptions" -sv test/std/utilities/variant
Details
Details
- Reviewers
zoecarver ldionne - Group Reviewers
Restricted Project - Commits
- rG8fbd6d99a093: [libcxx/variant] Fix build error for when exceptions disabled.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/include/variant | ||
---|---|---|
1084 | Can you put a comment here? |
Comment Actions
LGTM, thanks.
FYI, the right way of disabling exceptions in the test suite is
<build>/bin/llvm-lit -sv libcxx/test --param enable_exceptions=False
This will set the right Lit feature (no-exceptions).
Can you put a comment here?