This allows building libcxxabi with GCC on my system.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Alternatively, I could do what the comment says and use C++11 atomics. Do we know if we can do that yet?
src/cxa_handlers.cpp | ||
---|---|---|
105 ↗ | (On Diff #14396) | Why is the extern "C" removed from here? Looks unrelated. |
src/cxa_handlers.cpp | ||
---|---|---|
105 ↗ | (On Diff #14396) | I forgot to mention in the description that this was also necessary to silence this warning: |
Comment Actions
The removal of the extern "C" introduced a binary compatibility regression as mentioned here: