[PATCH] D42445: [analyzer] [NFC] Use stable filenames in analyzer testing infrastructure

George Karpenkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 13:47:00 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL323697: [analyzer] Use stable filenames in analyzer testing infrastructure (authored by george.karpenkov, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D42445?vs=131152&id=131871#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42445

Files:
  cfe/trunk/utils/analyzer/SATestBuild.py


Index: cfe/trunk/utils/analyzer/SATestBuild.py
===================================================================
--- cfe/trunk/utils/analyzer/SATestBuild.py
+++ cfe/trunk/utils/analyzer/SATestBuild.py
@@ -247,6 +247,7 @@
     SBOptions += "-plist-html -o '%s' " % SBOutputDir
     SBOptions += "-enable-checker " + AllCheckers + " "
     SBOptions += "--keep-empty "
+    SBOptions += "-analyzer-config 'stable-report-filename=true' "
     # Always use ccc-analyze to ensure that we can locate the failures
     # directory.
     SBOptions += "--override-compiler "


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42445.131871.patch
Type: text/x-patch
Size: 568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180129/99b82c83/attachment.bin>


More information about the llvm-commits mailing list