From ad5133410f66b93a2381db5b542aad5e0964db96 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Wed, 22 Sep 2021 15:35:10 +0900 Subject: [PATCH] Adjust the Makefile for LLVM 13 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 746259d..a93b10a 100644 --- a/Makefile +++ b/Makefile @@ -531,6 +531,8 @@ check-symbols: startup_files libc -U__clang_minor__ \ -U__clang_patchlevel__ \ -U__clang_version__ \ + -U__clang_literal_encoding__ \ + -U__clang_wide_literal_encoding__ \ -U__GNUC__ \ -U__GNUC_MINOR__ \ -U__GNUC_PATCHLEVEL__ \ -- 2.39.2