From b5fb6d4a5a08ca5408385589a49451112b054ae0 Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Fri, 13 Aug 2021 23:59:48 +0300 Subject: [PATCH] Update LLVM to the latest version Signed-off-by: Dimitar Dobrev --- build/config.props | 15 +++++++++++++++ build/llvm/LLVM-commit | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 build/config.props diff --git a/build/config.props b/build/config.props new file mode 100644 index 00000000..e48a4c52 --- /dev/null +++ b/build/config.props @@ -0,0 +1,15 @@ + + + + x64 + netcoreapp3.1 + Release + true + false + false + false + true + false + vs2019 + + \ No newline at end of file diff --git a/build/llvm/LLVM-commit b/build/llvm/LLVM-commit index a158ca17..8a0cb186 100644 --- a/build/llvm/LLVM-commit +++ b/build/llvm/LLVM-commit @@ -1 +1 @@ -51d3cb0ab15de7acb7131b5f967cf7fc84def99e \ No newline at end of file +791523bae6153b13bb41ba05c9fc89e502cc4a1a \ No newline at end of file