[clang] 8cc722f - [NFC] Fixed ignored .hip test.

via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 29 08:57:30 PDT 2020


Author: dfukalov
Date: 2020-06-29T18:57:14+03:00
New Revision: 8cc722ffc749b83fcd9f55264ee359ff41cb0ac8

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

LOG: [NFC] Fixed ignored .hip test.

Reviewers: hliao

Reviewed By: hliao

Subscribers: yaxunl, cfe-commits, llvm-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D82764

Added: 
    clang/test/CodeGenHIP/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGenHIP/lit.local.cfg b/clang/test/CodeGenHIP/lit.local.cfg
new file mode 100644
index 000000000000..ded4330455ae
--- /dev/null
+++ b/clang/test/CodeGenHIP/lit.local.cfg
@@ -0,0 +1 @@
+config.suffixes = ['.cpp', '.hip']


        


More information about the cfe-commits mailing list