We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63815fd commit bcdc4b1Copy full SHA for bcdc4b1
src/ir/context.rs
@@ -510,7 +510,8 @@ impl BindgenContext {
510
// TODO(emilio): Use the CXTargetInfo here when available.
511
//
512
// see: https://reviews.llvm.org/D32389
513
- let (effective_target, explicit_target) =
+ // TODO(kulp): Use results of find_effective_target or else drop this check.
514
+ let (_effective_target, _explicit_target) =
515
crate::find_effective_target(&options.clang_args);
516
517
let parse_options =
0 commit comments