| commit | 71d781c4344c644622539e65ae1a3693d01c4ebe | [log] [tgz] |
|---|---|---|
| author | Lang Hames <lhames@gmail.com> | Sun Sep 30 23:18:24 2018 +0000 |
| committer | Lang Hames <lhames@gmail.com> | Sun Sep 30 23:18:24 2018 +0000 |
| tree | 2d7d1a36973e3e5a79610c5f8baeec6d3fba7b71 | |
| parent | 3507c6e88479866e6b057ecbfd74b8d72b8275c3 [diff] |
[ORC] Add an 'intern' method to ExecutionEngine for interning symbol names. This cuts down on boilerplate by reducing 'ES.getSymbolStringPool().intern(...)' to 'ES.intern(...)'. llvm-svn: 343427