mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 03:26:06 +08:00
76a4b95ad84a0fd23e34982cfb1b40b39ca2fb4d
Allow blessed access to the symbol rewriter from the driver. Although the symbol rewriter could be invoked through tools like opt and llc, it would not accessible from the frontend. This allows us to read the rewrite map files in the frontend rather than the backend and enable symbol rewriting for actually performing the symbol interpositioning. llvm-svn: 225504
[asan] Adding a regression test for https://code.google.com/p/address-sanitizer/issues/detail?id=368
…
Languages
LLVM
41.4%
C++
31.4%
C
13%
Assembly
9.6%
MLIR
1.5%
Other
2.7%