| commit | d89c273a2ee4349704dc2e21b7037f01f6bde60a | [log] [tgz] |
|---|---|---|
| author | Lang Hames <lhames@gmail.com> | Mon Oct 01 00:59:26 2018 +0000 |
| committer | Lang Hames <lhames@gmail.com> | Mon Oct 01 00:59:26 2018 +0000 |
| tree | ada1f1bfed97bc934c8c3f6abc22030724b7f797 | |
| parent | 1d1dca6a6f9a2815eeb4676df16f4478965d4610 [diff] |
[ORC] Add a method to JITTargetMachineBuilder to get the default data layout for the target machine. This simplifies usage during setup of concurrent JIT stacks where the client needs a DataLayout, but not a TargetMachine (TargetMachines are created on the fly by the compile threads later). llvm-svn: 343429