Details
Details
Diff Detail
Diff Detail
Event Timeline
cmake/caches/Fuchsia-stage2.cmake | ||
---|---|---|
52 | I think we also need: set(RUNTIMES_${target}-fuchsia_SANITIZER_CXX_ABI "libcxxabi" ON CACHE STRING "") |
cmake/caches/Fuchsia-stage2.cmake | ||
---|---|---|
52 | That seems to default correctly when building it all together. |
cmake/caches/Fuchsia-stage2.cmake | ||
---|---|---|
52 | You're right, it's set by default so it's not needed. |
Comment Actions
One more thing, would it be possible add a test case to test/Driver/fuchsia.c covering this?
I think we also need: