Leonard Chan e99a087fff Merging r373389:
------------------------------------------------------------------------
r373389 | leonardchan | 2019-10-01 13:30:46 -0700 (Tue, 01 Oct 2019) | 10 lines

[ASan] Make GlobalsMD member a const reference.

PR42924 points out that copying the GlobalsMetadata type during
construction of AddressSanitizer can result in exteremely lengthened
build times for translation units that have many globals. This can be addressed
by just making the GlobalsMD member in AddressSanitizer a reference to
avoid the copy. The GlobalsMetadata type is already passed to the
constructor as a reference anyway.

Differential Revision: https://reviews.llvm.org/D68287
------------------------------------------------------------------------
2019-11-27 13:57:45 -08:00
2019-11-27 13:36:23 -08:00
2019-08-29 14:52:23 +00:00
2019-11-08 12:33:21 -08:00
2019-10-09 20:41:02 +00:00
2019-10-09 20:41:02 +00:00
2019-10-09 20:41:02 +00:00
2019-11-07 18:17:29 -08:00
2019-11-27 09:42:18 -08:00
2019-11-27 13:57:45 -08:00
2019-10-15 05:44:45 +00:00

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.

S
Description
No description provided
Readme 887 MiB
Languages
C++ 46.8%
LLVM 31.2%
C 10.7%
Assembly 7.2%
Python 1.4%
Other 2.3%