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
- Build Status
Buildable 11750 Build 11750: arc lint + arc unit
Event Timeline
Comment Actions
LGTM minus inline comments.
test/support/nasty_macros.hpp | ||
---|---|---|
55 | 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 | 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. |
Shouldn't these not be defined when running the tests with a CHER compiler? Otherwise the macro will conflict with the keyword?