[llvm] daf0b2f - [MCJIT] This test shouldn't require an unwind table.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 26 14:33:14 PDT 2021


Author: Lang Hames
Date: 2021-09-26T14:14:41-07:00
New Revision: daf0b2f078171ce3a04a8804b0bfbed8f859115a

URL: https://github.com/llvm/llvm-project/commit/daf0b2f078171ce3a04a8804b0bfbed8f859115a
DIFF: https://github.com/llvm/llvm-project/commit/daf0b2f078171ce3a04a8804b0bfbed8f859115a.diff

LOG: [MCJIT] This test shouldn't require an unwind table.

This should fix the failures on the Fuchsia bot that started in
https://lab.llvm.org/buildbot/#/builders/98/builds/6401.

Added: 
    

Modified: 
    llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll b/llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
index bfe09fddce00d..34f72bc9365ad 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
@@ -6,7 +6,7 @@
 
 @count = global i32 1, align 4
 
-define i32 @main() nounwind uwtable {
+define i32 @main() nounwind {
 entry:
   %retval = alloca i32, align 4
   %i = alloca i32, align 4


        


More information about the llvm-commits mailing list