[clang-tools-extra] [clang-doc] Add --asset option to clang-doc (PR #94717)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 19 09:11:17 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
----------------
ilovepi wrote:

https://releases.llvm.org/14.0.0/docs/TestingGuide.html

See ‘pathsep’

https://github.com/llvm/llvm-project/pull/94717


More information about the cfe-commits mailing list