File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ config.mlir_run_cuda_sm80_tests = @MLIR_RUN_CUDA_SM80_TESTS@
6060config.mlir_run_cuda_sm80_lt_tests = @MLIR_RUN_CUDA_SM80_LT_TESTS@
6161config.mlir_run_cuda_sm90_tests = @MLIR_RUN_CUDA_SM90_TESTS@
6262config.mlir_include_integration_tests = @MLIR_INCLUDE_INTEGRATION_TESTS@
63- config.llvm_shared_libs_build = " @BUILD_SHARED_LIBS@"
63+ config.llvm_shared_libs_build = @BUILD_SHARED_LIBS@
6464config.arm_emulator_executable = "@ARM_EMULATOR_EXECUTABLE@"
6565# Some tests marked with 'UNSUPPORTED: target=aarch64{{.*}}' are still run when
6666# configured with ARM_EMULATOR_EXECUTABLE and the default target is not aarch64.
Original file line number Diff line number Diff line change @@ -7713,8 +7713,8 @@ cc_library(
77137713 "lib/Transforms/*.cpp" ,
77147714 ]),
77157715 hdrs = [
7716- "include/mlir/Transforms/CSE.h" ,
77177716 "include/mlir/Transforms/BubbleDownMemorySpaceCasts.h" ,
7717+ "include/mlir/Transforms/CSE.h" ,
77187718 "include/mlir/Transforms/EndomorphismSimplification.h" ,
77197719 "include/mlir/Transforms/HomomorphismSimplification.h" ,
77207720 "include/mlir/Transforms/LocationSnapshot.h" ,
@@ -12704,8 +12704,8 @@ cc_library(
1270412704 deps = [
1270512705 ":DialectUtils" ,
1270612706 ":IR" ,
12707- ":Support" ,
1270812707 ":MemOpInterfacesIncGen" ,
12708+ ":Support" ,
1270912709 ],
1271012710)
1271112711
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ expand_template(
3131 "@LIT_SITE_CFG_IN_HEADER@" : LIT_SITE_CFG_IN_HEADER ,
3232 "@LLVM_TOOLS_DIR@" : package_path ("//llvm:BUILD" ),
3333 "@ENABLE_SHARED@" : "1" ,
34+ "@BUILD_SHARED_LIBS@" : "1" ,
3435 "@ENABLE_ASSERTIONS@" : "1" ,
3536 "@MLIR_SOURCE_DIR@" : package_path ("//mlir:BUILD" ),
3637 "@MLIR_TOOLS_DIR@" : package_path ("//mlir:BUILD" ),
You can’t perform that action at this time.
0 commit comments