Skip to content

Commit

Permalink
LLVM backend: Emit i8 as place holder type for forward references again
Browse files Browse the repository at this point in the history
(forward references aren't always resolved, so the backends need to handle
it still)
  • Loading branch information
dkl committed Apr 25, 2014
1 parent a79bbc1 commit 3379907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/ir-llvm.bas
Expand Up @@ -231,7 +231,7 @@ dim shared as const zstring ptr dtypeName(0 to FB_DATATYPES-1) = _
NULL , _ '' struct
NULL , _ '' namespace
NULL , _ '' function
NULL , _ '' fwd-ref
@"i8" , _ '' fwd-ref
NULL _ '' pointer
}

Expand Down

0 comments on commit 3379907

Please sign in to comment.