This commit is contained in:
Folkert 2023-11-18 23:05:55 +01:00
parent d7c1be6a44
commit c019ced31d
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
9 changed files with 819 additions and 1301 deletions

View file

@ -453,7 +453,6 @@ pub fn test(matches: &ArgMatches, triple: Triple) -> io::Result<i32> {
let arena = &arena;
let target = &triple;
let opt_level = opt_level;
let target_info = TargetInfo::from(target);
// TODO may need to determine this dynamically based on dev builds.
let function_kind = FunctionKind::LambdaSet;