Hi fellow clangers, Is there a way to make clang recognize exception-related syntax (try, throw, catch, etc.), but not generate any codes for that (hence, no landing pad, no FDE or LSDA)? I tried with -fno-exceptions, but got an error saying, error: cannot use 'try' with exceptions disabled. Many thanks, - Gao.