From fbb2c7adc23b20141c5f78bbee07ae22028473a7 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 26 Apr 2013 19:07:40 +0000 Subject: [PATCH] The exception demo needs its symbols exported. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180622 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/ExceptionDemo/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/ExceptionDemo/CMakeLists.txt b/examples/ExceptionDemo/CMakeLists.txt index 88c9ab7c181..432e683a13f 100644 --- a/examples/ExceptionDemo/CMakeLists.txt +++ b/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) -- 2.34.1