aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/FileManager.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-02-27 19:01:11 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-02-27 19:01:11 +0000
commit5179a4ea28b92e7f099abe334973df21db66c289 (patch)
tree9a431c67a25a8408689839427cd8b0e2b9d7c086 /clang/lib/Basic/FileManager.cpp
parent7fe38e1ade9a60d6d582cb2e6ab7ad9e068acebb (diff)
downloadllvm-5179a4ea28b92e7f099abe334973df21db66c289.zip
llvm-5179a4ea28b92e7f099abe334973df21db66c289.tar.gz
llvm-5179a4ea28b92e7f099abe334973df21db66c289.tar.bz2
Use private linkage for globals we already name with \01L and \01l.
In llvm the only semantic difference between internal and private is that llvm tries to hide private globals my mangling them with a private prefix. Since the globals changed by this patch already had the magic don't mangle marker, there should be no change in the generated assembly. A followup patch should then be able to drop the \01L and \01l prefixes and let llvm mangle as appropriate. llvm-svn: 202419
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
0 files changed, 0 insertions, 0 deletions