[llvm] b182ccf - [WebAssembly] Add missing lit.local.cfg

Thomas Lively via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 16:33:59 PDT 2020


Author: Thomas Lively
Date: 2020-08-13T16:33:52-07:00
New Revision: b182ccfc2d6a59d0fad0685746b48f462ebf6052

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

LOG: [WebAssembly] Add missing lit.local.cfg

Added: 
    llvm/test/Transforms/Inline/WebAssembly/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/Inline/WebAssembly/lit.local.cfg b/llvm/test/Transforms/Inline/WebAssembly/lit.local.cfg
new file mode 100644
index 000000000000..743473517cd0
--- /dev/null
+++ b/llvm/test/Transforms/Inline/WebAssembly/lit.local.cfg
@@ -0,0 +1,2 @@
+if not 'WebAssembly' in config.root.targets:
+    config.unsupported = True


        


More information about the llvm-commits mailing list