From 03ee04bef64cba234816eb7b1c280cbfa30e782e Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 26 Apr 2013 19:07:40 +0000 Subject: The exception demo needs its symbols exported. llvm-svn: 180622 --- llvm/examples/ExceptionDemo/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/examples/ExceptionDemo/CMakeLists.txt') diff --git a/llvm/examples/ExceptionDemo/CMakeLists.txt b/llvm/examples/ExceptionDemo/CMakeLists.txt index 88c9ab7c181..432e683a13f 100644 --- a/llvm/examples/ExceptionDemo/CMakeLists.txt +++ b/llvm/examples/ExceptionDemo/CMakeLists.txt @@ -4,3 +4,5 @@ set(LLVM_REQUIRES_EH 1) add_llvm_example(ExceptionDemo ExceptionDemo.cpp ) + +set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1) -- cgit v1.2.3