From c46706b873dff4eb6164f27c2f24e8579a4661f5 Mon Sep 17 00:00:00 2001 From: Xiang Fan Date: Sat, 20 Jun 2020 11:17:34 -0400 Subject: [PATCH] LLVM fix for deleting calls to non-halting functions This updates the LLVM submodule to not optimize away calls when the function might have an infinite loop. --- src/llvm-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llvm-project b/src/llvm-project index 0ddefeca92b2e..99f8653b1c4fd 160000 --- a/src/llvm-project +++ b/src/llvm-project @@ -1 +1 @@ -Subproject commit 0ddefeca92b2e1835c80e9b01d9ecc7efc906b1c +Subproject commit 99f8653b1c4fd6777565cbc07f4499c111762758