Skip to content

Commit

Permalink
add attr option mfloat-abi for arm32 (apache#6123)
Browse files Browse the repository at this point in the history
* add attr option mfloat-abi for arm32

* retrigger
  • Loading branch information
qunluo authored and Trevor Morris committed Sep 2, 2020
1 parent f369287 commit 1e66291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/target/target_id.cc
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ TVM_REGISTER_TARGET_ID("llvm")
.add_attr_option<String>("mcpu")
.add_attr_option<Array<String>>("mattr")
.add_attr_option<String>("mtriple")
.add_attr_option<String>("mfloat-abi")
.set_default_keys({"cpu"})
.set_device_type(kDLCPU);

Expand Down

0 comments on commit 1e66291

Please sign in to comment.