[clang-tools-extra] [clang-doc] Add --asset option to clang-doc (PR #94717)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 20 00:23:09 PDT 2024
================
@@ -1,2 +1,2 @@
// RUN: clang-doc --format=html --executor=standalone %s -output=%t/docs | FileCheck %s
-// CHECK: Using default asset: {{.*}}..\share\clang
\ No newline at end of file
+// CHECK: Using default asset: {{.*}}{{[\\/]}}share{{[\\/]}}clang
----------------
PeterChou1 wrote:
I think pathsep is looks for : (or ; on Windows)
https://github.com/llvm/llvm-project/pull/94717
More information about the cfe-commits
mailing list