Skip to content

Commit a18bf40

Browse files
committed
remove linker flags
1 parent 45308cb commit a18bf40

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

mlir/test/Examples/standalone/lit.local.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ config.substitutions.append(("%host_cc", config.host_cc))
1010
config.substitutions.append(("%enable_libcxx", config.enable_libcxx))
1111
config.substitutions.append(("%mlir_cmake_dir", config.mlir_cmake_dir))
1212
config.substitutions.append(("%llvm_use_linker", config.llvm_use_linker))
13-
config.substitutions.append(("%cmke_exe_linker_flags", config.cmake_exe_linker_flags))
14-
config.substitutions.append(("%cmake_module_linker_flags", config.cmake_module_linker_flags))
15-
config.substitutions.append(("%cmake_shared_linker_flags", config.cmake_shared_linker_flags))
1613
config.substitutions.append(("%cmake_build_type", config.cmake_build_type))

mlir/test/Examples/standalone/test.toy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# RUN: -DCMAKE_CXX_COMPILER=%host_cxx -DCMAKE_C_COMPILER=%host_cc \
44
# RUN: -DLLVM_ENABLE_LIBCXX=%enable_libcxx -DMLIR_DIR=%mlir_cmake_dir \
55
# RUN: -DLLVM_USE_LINKER=%llvm_use_linker \
6-
# RUN: -DCMAKE_EXE_LINKER_FLAGS="%cmke_exe_linker_flags" \
7-
# RUN: -DCMAKE_MODULE_LINKER_FLAGS="%cmake_module_linker_flags" \
8-
# RUN: -DCMAKE_SHARED_LINKER_FLAGS="%cmake_shared_linker_flags" \
96
# RUN: -DPython3_EXECUTABLE=%python \
107
# RUN: -DPython_EXECUTABLE=%python
118
# RUN: "%cmake_exe" --build . --target check-standalone | tee %t

mlir/test/lit.site.cfg.py.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ config.enable_libcxx = "@LLVM_ENABLE_LIBCXX@"
1919
config.host_cmake = "@CMAKE_COMMAND@"
2020
config.host_cmake_generator = "@CMAKE_GENERATOR@"
2121
config.cmake_build_type = "@CMAKE_BUILD_TYPE@"
22-
config.cmake_exe_linker_flags = "@CMAKE_EXE_LINKER_FLAGS@"
23-
config.cmake_module_linker_flags = "@CMAKE_MODULE_LINKER_FLAGS@"
24-
config.cmake_shared_linker_flags = "@CMAKE_SHARED_LINKER_FLAGS@"
2522
config.llvm_use_linker = "@LLVM_USE_LINKER@"
2623
config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
2724
config.host_arch = "@HOST_ARCH@"

0 commit comments

Comments
 (0)