OSDN Git Service

[CMake] Add more runtime configurations.
authorLeo Li <aoli@google.com>
Fri, 1 Sep 2017 01:05:59 +0000 (01:05 +0000)
committerLeo Li <aoli@google.com>
Fri, 1 Sep 2017 01:05:59 +0000 (01:05 +0000)
commit59cb965ee9d7da460d24607300a4fb5ad6a683d7
treedf8e98932d3a9b5efc4e5abebdb55a01714fe96f
parentfcd77e8a04a3c73fcd0f6c8f292d3dfc8bc38f13
[CMake] Add more runtime configurations.

Summary:
- `project` is required when `runtime/CMakeList.txt` is the top-level `CMakeList.txt` file. This will establish version and policy settings.

- `-D_FILE_OFFSET_BITS=64` should never be set for Android runtimes.

Reviewers: srhines, pirama, beanz

Subscribers: llvm-commits, srhines, mgorny

Differential Revision: https://reviews.llvm.org/D35648

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312302 91177308-0d34-0410-b5e6-96231b3b80d8
runtimes/CMakeLists.txt