Author: Yaxun (Sam) Liu
Date: 2020-06-05T14:36:36-04:00
New Revision: ee608478623a716da38cd09383f640f3a96f8d61

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

LOG: Attempt to fix hip-include-path.hip

Added: 
    

Modified: 
    clang/test/Driver/hip-include-path.hip

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/hip-include-path.hip 
b/clang/test/Driver/hip-include-path.hip
index f4a312656d1c..12d6aa2a5216 100644
--- a/clang/test/Driver/hip-include-path.hip
+++ b/clang/test/Driver/hip-include-path.hip
@@ -19,7 +19,7 @@
 // NOWRAP-NOT: clang/{{.*}}/include/cuda_wrappers
 // HIP: {{.*}}Inputs/rocm/include
 // NOHIP-NOT: {{.*}}Inputs/rocm/include
-// COMMON: {{.*}}include/c++
+// skip check of standard C++ include path
 // COMMON: clang/{{.*}}/include
 
 // COMMON-LABEL: clang{{.*}} -cc1 -triple x86_64
@@ -27,5 +27,5 @@
 // NOWRAP-NOT: clang/{{.*}}/include/cuda_wrappers
 // HIP: {{.*}}Inputs/rocm/include
 // NOHIP-NOT: {{.*}}Inputs/rocm/include
-// COMMON: {{.*}}include/c++
+// skip check of standard C++ include path
 // COMMON: clang/{{.*}}/include


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to