[all-commits] [llvm/llvm-project] 00a028: [Clang] Remove run-lines which use opt to run -ipc...

Florian Hahn via All-commits all-commits at lists.llvm.org
Sun Aug 2 13:54:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 00a0282ff8f9a790e93c19ef6fa3758e209cdbe6
      https://github.com/llvm/llvm-project/commit/00a0282ff8f9a790e93c19ef6fa3758e209cdbe6
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-08-02 (Sun, 02 Aug 2020)

  Changed paths:
    M clang/test/CodeGen/callback_annotated.c
    M clang/test/CodeGen/callback_openmp.c
    M clang/test/CodeGen/callback_pthread_create.c

  Log Message:
  -----------
  [Clang] Remove run-lines which use opt to run -ipconstprop.

ipconstprop is going to get removed and checking opt with specific
passes makes the tests more fragile.

The tests retain the important checks that !callback metadata is created
correctly.




More information about the All-commits mailing list