diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2023-04-24 22:59:56 +0900 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2023-04-29 16:53:41 +0900 |
commit | 81b1f4746f8ac6d57307f9c9792bf3cc77d909ae (patch) | |
tree | 958199dea5176388adbb5f6db7496f6d07c57b11 /llvm/lib/CodeGen/CommandFlags.cpp | |
parent | c12aa69a0be9acd0c751bf92318050d2b3730f9b (diff) | |
download | llvm-81b1f4746f8ac6d57307f9c9792bf3cc77d909ae.zip llvm-81b1f4746f8ac6d57307f9c9792bf3cc77d909ae.tar.gz llvm-81b1f4746f8ac6d57307f9c9792bf3cc77d909ae.tar.bz2 |
[CMake] Serialize `build_native_tool`
To prevent race in `NATIVE`, let each action depend on preceding action.
At the moment, this is restricted only for "Visual Studio".
For example,
- `llvm-tblgen-host` depends on the target's `llvm-tblgen`.
- `clang-tblgen-host` depends on the target's `clang-tblgen` and `llvm-tblgen-host`.
This is rework for D54153.
`build_native_tool` has been introduced since D60024.
Differential Revision: https://reviews.llvm.org/D149072
Diffstat (limited to 'llvm/lib/CodeGen/CommandFlags.cpp')
0 files changed, 0 insertions, 0 deletions