Details
Details
- Reviewers
jdoerfert DavidTruby - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Using https://github.com/flang-compiler/f18/pull/1095/files should add -fno-rtti and -fno-exceptions automatically on unix and add the equivalent flags on windows as well.
Comment Actions
At a first glance this looks good to me, but I am not that familiar with MSVC. I can approve but someone with more Windows experience should approve as well before you commit.
Comment Actions
Yes, but what about tests and other libraries ?
I think tests are fine if they don't use it. Using add_flang_library should make flang consistent with the rest of LLVM.