Go to file
Rafael Espindola bf1a918461 Fix use of the getOpenFile api.
The gold plugin was passing the desired map size as the file size. This was
working for two reasons:
* Recent version of gold provide the get_view callback, so this code was not
  used.
* In older versions, getOpenFile was called, but the file size is never used
  if we don't require null terminated buffers and map size defaults to the
  file size.

Thanks to Eli Bendersky for noticing this.

I will try to make this api a bit less error prone.

llvm-svn: 186978
2013-07-23 18:44:31 +00:00
clang Removed useless source loc field in UnresolvedUsingTypenameDecl node. 2013-07-23 18:25:15 +00:00
clang-tools-extra Fix doxygen warnings 2013-07-23 15:52:07 +00:00
compiler-rt [sanitizer] Change strip_path_prefix flag behavior. 2013-07-22 16:14:38 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Implement generic upsample() 2013-07-19 16:44:37 +00:00
libcxx Implement string suffixes from N3642 2013-07-23 17:05:24 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld Avoid using C-style cast and remove unnecessary LL prefix. 2013-07-23 17:25:25 +00:00
lldb elf-core: Remove now-unused compile-time FreeBSD support 2013-07-23 18:41:48 +00:00
llvm Fix use of the getOpenFile api. 2013-07-23 18:44:31 +00:00
polly RegisterPass: Unhide -polly-show and -polly-show-only 2013-07-22 04:11:00 +00:00