diff options
author | Robert Flack <flackr@gmail.com> | 2015-05-09 15:53:31 +0000 |
---|---|---|
committer | Robert Flack <flackr@gmail.com> | 2015-05-09 15:53:31 +0000 |
commit | 96ad3de54bae1148b0c0e490b3e61515baf215d6 (patch) | |
tree | acab1f7df18c544735149792bd872ca2cd4dcb28 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 3e6070ef038168de377889abf48e61168eac26ab (diff) | |
download | llvm-96ad3de54bae1148b0c0e490b3e61515baf215d6.zip llvm-96ad3de54bae1148b0c0e490b3e61515baf215d6.tar.gz llvm-96ad3de54bae1148b0c0e490b3e61515baf215d6.tar.bz2 |
Convert mmap options for target in InferiorCallMmap.
Converts the MAP_PRIVATE and MAP_ANON options to the target platform constants
(on which the call runs) rather than using those of the compiled host.
Test Plan:
Run test suite, the following tests requiring memory allocation / JIT support
begin passing when running mac -> linux:
Test11588.py
TestAnonymous.py
TestBreakpointConditions.py
TestCPPStaticMethods.py
TestCStrings.py
TestCallStdStringFunction.py
TestDataFormatterCpp.py
TestDataFormatterStdList.py
TestExprDoesntBlock.py
TestExprHelpExamples.py
TestFunctionTypes.py
TestPrintfAfterUp.py
TestSBValuePersist.py
TestSetValues.py
Differential Revision: http://reviews.llvm.org/D9511
llvm-svn: 236933
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions