]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Libvtv-test: Fix bug that scansarif.exp cannot be found in libvtv regression test.
authorLulu Cheng <chenglulu@loongson.cn>
Tue, 27 Sep 2022 02:47:06 +0000 (10:47 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Wed, 12 Oct 2022 01:17:28 +0000 (09:17 +0800)
SARIF support was added in r13-967 but libvtv wasn't updated.

libvtv/ChangeLog:

* testsuite/lib/libvtv-dg.exp: Add load_gcc_lib of scansarif.exp.

libvtv/testsuite/lib/libvtv-dg.exp

index b140c194cdcec9c6a5987ee094003ef07ad077d6..454d916e556c241e2d896abff097816cd4446fea 100644 (file)
@@ -12,6 +12,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
+load_gcc_lib scansarif.exp
+
 proc libvtv-dg-test { prog do_what extra_tool_flags } {
     return [gcc-dg-test-1 libvtv_target_compile $prog $do_what $extra_tool_flags]
 }