[PATCH] Adding option -fno-inline-asm to disallow inline asm
Richard Smith
richard at metafoo.co.uk
Wed Jan 14 19:41:49 PST 2015
The flag name doesn't match its behavior here: it disables GNU C inline asm only, not CodeView/MSVC-style inline asm. What's the intent here? Why should we allow this particular GNU extension to be disabled? Would this make more sense as part of a (much-discussed but never implemented) `-fno-gnu-extensions` flag?
http://reviews.llvm.org/D6870
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list