Adjust the Makefile for LLVM 13

This commit is contained in:
Mike Hommey 2021-09-22 15:35:10 +09:00 committed by Dan Gohman
parent 90a62361fa
commit ad5133410f

View File

@ -531,6 +531,8 @@ check-symbols: startup_files libc
-U__clang_minor__ \ -U__clang_minor__ \
-U__clang_patchlevel__ \ -U__clang_patchlevel__ \
-U__clang_version__ \ -U__clang_version__ \
-U__clang_literal_encoding__ \
-U__clang_wide_literal_encoding__ \
-U__GNUC__ \ -U__GNUC__ \
-U__GNUC_MINOR__ \ -U__GNUC_MINOR__ \
-U__GNUC_PATCHLEVEL__ \ -U__GNUC_PATCHLEVEL__ \