This allows it to be disabled for targets that need exceptions
like libunwind, libc++abi and libc++.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/trunk/utils/gn/build/BUILD.gn | ||
---|---|---|
67 | This broke things on Windows. Do you know if /EHSs-c- should be in no_exceptions on Windows too? For now I'll just put fno-exceptions in a host_os != "win" block like it used to be, but maybe that isn't quite the right fix. |
This broke things on Windows. Do you know if /EHSs-c- should be in no_exceptions on Windows too? For now I'll just put fno-exceptions in a host_os != "win" block like it used to be, but maybe that isn't quite the right fix.