[PATCH] D11103: Remove access to the DataLayout in the TargetMachine
Mehdi AMINI
mehdi.amini at apple.com
Fri Jul 10 11:10:16 PDT 2015
joker.eph added inline comments.
================
Comment at: lib/Target/TargetMachineC.cpp:174
@@ -173,3 +173,3 @@
LLVMTargetDataRef LLVMGetTargetMachineData(LLVMTargetMachineRef T) {
- return wrap(unwrap(T)->getDataLayout());
+ return nullptr;
}
----------------
!! Please review this in particular !!
http://reviews.llvm.org/D11103
More information about the llvm-commits
mailing list