From 065d7a61e2a10c5e729bc0f1b50b68ed85827c48 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 26 Feb 2009 18:37:59 +0000 Subject: Search for the export map in a place that it can be found. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65552 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/ExportMap.map | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 autoconf/ExportMap.map (limited to 'autoconf/ExportMap.map') diff --git a/autoconf/ExportMap.map b/autoconf/ExportMap.map new file mode 100644 index 0000000000..43e310e053 --- /dev/null +++ b/autoconf/ExportMap.map @@ -0,0 +1,4 @@ +{ + global: main; + local: *; +}; -- cgit v1.2.3