This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
5cd73c9e0a
llvm-project
/
llvm
/
autoconf
/
ExportMap.map
8 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Search for the export map in a place that it can be found. llvm-svn: 65552
2009-02-27 02:37:59 +08:00
{
global: main;
fix PR5954, patch by Roman Divacky. I don't have a great way to test this myself (it's linux/bsd only), but Roman says it works. :) llvm-svn: 97069
2010-02-25 06:33:41 +08:00
__progname;
environ;
Search for the export map in a place that it can be found. llvm-svn: 65552
2009-02-27 02:37:59 +08:00
local: *;
};