commit | 9915df6f1b0ae26f796cc383f2bb08986d3d5608 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Feb 26 18:37:59 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Feb 26 18:37:59 2009 +0000 |
tree | f50a3b63b41df41ee24b9ed1229a5bc3c7ec8b7e | |
parent | cdee009338c2adbf2a96822ca0aa4afa49335ef5 [diff] [blame] |
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
diff --git a/autoconf/ExportMap.map b/autoconf/ExportMap.map new file mode 100644 index 0000000..43e310e --- /dev/null +++ b/autoconf/ExportMap.map
@@ -0,0 +1,4 @@ +{ + global: main; + local: *; +};