In the CHERI clang compiler output and input are keywords and therefore
we can't compile libc++ with our compiler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM minus inline comments.
test/support/nasty_macros.hpp | ||
---|---|---|
55 ↗ | (On Diff #121255) | Shouldn't these not be defined when running the tests with a CHER compiler? Otherwise the macro will conflict with the keyword? |
test/support/nasty_macros.hpp | ||
---|---|---|
55 ↗ | (On Diff #121255) | It isn't being used anywhere in libcxx so that should be fine. The tests are still working for me since it doesn't seem like we are compiling with -Werror=reserved-id-macro. |