diff options
| author | Stella Laurenzo <stellaraccident@gmail.com> | 2023-06-21 10:20:35 -0700 |
|---|---|---|
| committer | Stella Laurenzo <stellaraccident@gmail.com> | 2023-06-21 10:20:35 -0700 |
| commit | 54db162429c69f55ee2a27e852fc02e7c750829a (patch) | |
| tree | 8383cad0c1eb342dc7ce87c0fe8fc20ba07c1a9d /mlir/CMakeLists.txt | |
| parent | b4827a3c0a7ef121ca376713e115b04eff0f5194 (diff) | |
Revert "Define/guard MLIR_STANDALONE_BUILD LLVM_LIBRARY_OUTPUT_INTDIR var."
This reverts commit f55fd19b6b565827af5fbf504952dcc35b8b7360.
As noted on the original thread, other uses of LLVM_LIBRARY_OUTPUT_INTDIR are optional. Will make a separate patch that makes this use optional as well.
Diffstat (limited to 'mlir/CMakeLists.txt')
| -rw-r--r-- | mlir/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mlir/CMakeLists.txt b/mlir/CMakeLists.txt index 006317507034..f31403aebb22 100644 --- a/mlir/CMakeLists.txt +++ b/mlir/CMakeLists.txt @@ -35,11 +35,6 @@ if(MLIR_STANDALONE_BUILD) "${CMAKE_CURRENT_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bin") - # Some LLVM CMake utilities use these aliases for the CMake builtin variables. - # We set them for compatibility. - set(LLVM_LIBRARY_OUTPUT_INTDIR ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}) - set(LLVM_RUNTIME_OUTPUT_INTDIR ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}) - set(LLVM_LIT_ARGS "-sv" CACHE STRING "Default options for lit") endif() |
