From 398109ac841cb8c405b54da529837800ed8cddd1 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 3 Jun 2018 10:51:43 +0100 Subject: Remove need for __llvm_core --- src/check_decl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/check_decl.cpp') diff --git a/src/check_decl.cpp b/src/check_decl.cpp index 4e4355968..3a8f787c6 100644 --- a/src/check_decl.cpp +++ b/src/check_decl.cpp @@ -459,7 +459,7 @@ void init_entity_foreign_library(CheckerContext *ctx, Entity *e) { Entity *found = scope_lookup_entity(ctx->scope, name); if (found == nullptr) { if (is_blank_ident(name)) { - error(ident, "'_' cannot be used as a value type"); + // NOTE(bill): link against nothing } else { error(ident, "Undeclared name: %.*s", LIT(name)); } -- cgit v1.2.3