[llvm-commits] CMake flag for turning on exceptions

Garrison Venn gvenn.cfe.dev at gmail.com
Wed Sep 15 12:01:14 PDT 2010


When using REQUIRES_EH = 1 in a Makefile for a LLVM directory target, is the
equivalent: set(LLVM_REQUIRES_EH 1), in the analogous CMakeLists.txt? I 
just noticed that I did not set this, and don't have time right this second to 
generate a CMake build structure, though I thought I did this when I initially
inserted code into the repository. I'm a little concerned about the use of 
two build systems becoming out of whack for infrequently used subsections
of LLVM. It would be nice if we could generate one from the other; or just use
one. Sorry for touching on a can of worms, and I know I probably could have 
generated a CMake build structure in the time it took for me to write this. Oh
well, I suppose I'm pressing the self flame button. :-)

Garrison



More information about the llvm-commits mailing list