mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
035462c1cff42375079dd55fdb5a8a93cec6aacb
SanitizerOptions is not even a POD now, so having global variable of this type, is not nice. Instead, provide a regular constructor and clear() method, and let each CodeGenFunction has its own copy of SanitizerOptions it uses. llvm-svn: 220920
…
Languages
LLVM
41.4%
C++
31.4%
C
13%
Assembly
9.6%
MLIR
1.5%
Other
2.7%