1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/examples/Kaleidoscope/Orc
Mehdi Amini 9f0c09e5bf Remove access to the DataLayout in the TargetMachine
Summary:
Replace getDataLayout() with a createDataLayout() method to make
explicit that it is intended to create a DataLayout only and not
accessing it for other purpose.

This change is the last of a series of commits dedicated to have a
single DataLayout during compilation by using always the one owned
by the module.

Reviewers: echristo

Subscribers: jholewinski, llvm-commits, rafael, yaron.keren

Differential Revision: http://reviews.llvm.org/D11103

(cherry picked from commit 5609fc56bca971e5a7efeaa6ca4676638eaec5ea)

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 243114
2015-07-24 16:04:22 +00:00
..
fully_lazy Remove access to the DataLayout in the TargetMachine 2015-07-24 16:04:22 +00:00
initial Remove access to the DataLayout in the TargetMachine 2015-07-24 16:04:22 +00:00
lazy_codegen Remove access to the DataLayout in the TargetMachine 2015-07-24 16:04:22 +00:00
lazy_irgen Remove access to the DataLayout in the TargetMachine 2015-07-24 16:04:22 +00:00
CMakeLists.txt [orcjit] Include CMake support for the fully_lazy example and fix the build 2015-02-19 19:06:04 +00:00