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@
60
60
config.mlir_run_cuda_sm80_lt_tests = @MLIR_RUN_CUDA_SM80_LT_TESTS@
61
61
config.mlir_run_cuda_sm90_tests = @MLIR_RUN_CUDA_SM90_TESTS@
62
62
config.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@
64
64
config.arm_emulator_executable = "@ARM_EMULATOR_EXECUTABLE@"
65
65
# Some tests marked with 'UNSUPPORTED: target=aarch64{{.*}}' are still run when
66
66
# 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(
7713
7713
"lib/Transforms/*.cpp" ,
7714
7714
]),
7715
7715
hdrs = [
7716
- "include/mlir/Transforms/CSE.h" ,
7717
7716
"include/mlir/Transforms/BubbleDownMemorySpaceCasts.h" ,
7717
+ "include/mlir/Transforms/CSE.h" ,
7718
7718
"include/mlir/Transforms/EndomorphismSimplification.h" ,
7719
7719
"include/mlir/Transforms/HomomorphismSimplification.h" ,
7720
7720
"include/mlir/Transforms/LocationSnapshot.h" ,
@@ -12704,8 +12704,8 @@ cc_library(
12704
12704
deps = [
12705
12705
":DialectUtils" ,
12706
12706
":IR" ,
12707
- ":Support" ,
12708
12707
":MemOpInterfacesIncGen" ,
12708
+ ":Support" ,
12709
12709
],
12710
12710
)
12711
12711
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ expand_template(
31
31
"@LIT_SITE_CFG_IN_HEADER@" : LIT_SITE_CFG_IN_HEADER ,
32
32
"@LLVM_TOOLS_DIR@" : package_path ("//llvm:BUILD" ),
33
33
"@ENABLE_SHARED@" : "1" ,
34
+ "@BUILD_SHARED_LIBS@" : "1" ,
34
35
"@ENABLE_ASSERTIONS@" : "1" ,
35
36
"@MLIR_SOURCE_DIR@" : package_path ("//mlir:BUILD" ),
36
37
"@MLIR_TOOLS_DIR@" : package_path ("//mlir:BUILD" ),
You can’t perform that action at this time.
0 commit comments