aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTestJava.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-07-03 04:32:49 +0000
committerRui Ueyama <ruiu@google.com>2015-07-03 04:32:49 +0000
commitd8111f2c2e9011eb1fd5d7c40e1e9805971bf11b (patch)
tree253cb7dc4faf1cbf33fe9b82a169faa4079605f3 /clang/unittests/Format/FormatTestJava.cpp
parentcb30079f412c93b25a1a1f1d20c97d0b93bed5ea (diff)
downloadllvm-d8111f2c2e9011eb1fd5d7c40e1e9805971bf11b.zip
llvm-d8111f2c2e9011eb1fd5d7c40e1e9805971bf11b.tar.gz
llvm-d8111f2c2e9011eb1fd5d7c40e1e9805971bf11b.tar.bz2
COFF: Fix ordinal-only delay-imported symbols.
DLLs can export symbols only by ordinal, and DLLs are also able to be delay-loaded. The combination of the two is valid. I didn't expect that combination. This patch implements that feature. With this patch, LLD is now able to link a working executable of Chrome for 64-bit debug build. The browser seemed to be working fine. Chrome is good for testing because of its variety and size. It contains various open-source libraries written by various people. The largest file in Chrome is chrome.dll whose size is 496MB. LLD can link it in 24 seconds. MSVC linker takes 48 seconds. So it is exactly 2x faster. (I measured that with debug info and ICF being turned off.) With this achievement, I think I can say that the new COFF linker is now mostly feature complete for x86-64 Windows. I believe there are still many lingering bugs, though. llvm-svn: 241318
Diffstat (limited to 'clang/unittests/Format/FormatTestJava.cpp')
0 files changed, 0 insertions, 0 deletions