Skip to content

Commit

Permalink
Fix iree_bytecode_module RISCV crosscompile flags (iree-org#10471)
Browse files Browse the repository at this point in the history
`iree_bytecode_module` internally uses `_ARGS` variable to pass down the
`iree-compiler` flags.
  • Loading branch information
hcindyl authored Sep 21, 2022
1 parent f2d4edb commit d27d6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/cmake/iree_bytecode_module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function(iree_bytecode_module)
# RV64 Linux crosscompile toolchain can support iree-compile with
# specific CPU flags. Add the llvm flags to support RV64 RVV codegen if
# llvm-target-triple is not specified.
list(APPEND _RULE_FLAGS ${RISCV64_TEST_DEFAULT_LLVM_FLAGS})
list(APPEND _ARGS ${RISCV64_TEST_DEFAULT_LLVM_FLAGS})
endif()

if(_RULE_FRIENDLY_NAME)
Expand Down

0 comments on commit d27d6b4

Please sign in to comment.