Skip to content
Snippets Groups Projects
Commit f4e9fe06 authored by eqy's avatar eqy Committed by Tianqi Chen
Browse files

ignore model option in target (#889)

parent c6595dec
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ void ParseLLVMTargetOptions(const std::string& target_str,
} else {
LOG(FATAL) << "invalid -mfloat-abi option " << value;
}
} else if (key == "-device" || key == "-libs") {
} else if (key == "-device" || key == "-libs" || key == "-model") {
// pass
} else {
LOG(FATAL) << "unknown option " << key;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment