[opaque pointer type] Query the GEP for its source element type directly rather than...
[oota-llvm.git] / examples / ExceptionDemo / CMakeLists.txt
index 0908892a16ceeb85c25478e15ced96bc7614455b..b4354f66f0d6697e0e6eaf9198368af65820d7f5 100644 (file)
@@ -12,6 +12,8 @@ set(LLVM_LINK_COMPONENTS
 set(LLVM_REQUIRES_EH 1)
 set(LLVM_REQUIRES_RTTI 1)
 
+set(LLVM_BUILD_EXAMPLES OFF)
+
 add_llvm_example(ExceptionDemo
   ExceptionDemo.cpp
   )