[PATCH] D60328: [gn] Make -no-exceptions flag a config
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 9 06:56:28 PDT 2019
thakis added inline comments.
================
Comment at: llvm/trunk/utils/gn/build/BUILD.gn:67
]
cflags += [ "/EHs-c-" ]
----------------
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.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60328/new/
https://reviews.llvm.org/D60328
More information about the llvm-commits
mailing list