[all-commits] [llvm/llvm-project] 3cc3be: [clang-repl] Add host exception support check util...

Sunho Kim via All-commits all-commits at lists.llvm.org
Thu Jul 28 05:16:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3cc3be8fa471c69ac7cf9c071554a14020226158
      https://github.com/llvm/llvm-project/commit/3cc3be8fa471c69ac7cf9c071554a14020226158
  Author: Sunho Kim <ksunhokim123 at gmail.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    A clang/test/Interpreter/simple-exception.cpp
    M clang/test/lit.cfg.py
    M clang/tools/clang-repl/ClangRepl.cpp

  Log Message:
  -----------
  [clang-repl] Add host exception support check utility flag.

Add host exception support check utility flag. This is needed to not run tests that require exception support in few buildbots that lacks related symbols for some reason.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D129242




More information about the All-commits mailing list