[all-commits] [llvm/llvm-project] b0ceff: [test] Fix aggregate-assign-call.c in preparation ...

aeubanks via All-commits all-commits at lists.llvm.org
Mon Aug 17 10:07:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b0ceff94d66372fd88dcf924e1c6751ce5ab5ee4
      https://github.com/llvm/llvm-project/commit/b0ceff94d66372fd88dcf924e1c6751ce5ab5ee4
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-08-17 (Mon, 17 Aug 2020)

  Changed paths:
    M clang/test/CodeGen/aggregate-assign-call.c

  Log Message:
  -----------
  [test] Fix aggregate-assign-call.c in preparation for -enable-npm-optnone

Pin the test to use -enable-npm-optnone.
Before, optnone wasn't implemented under NPM, so the LPM and NPM runs produced different IR. Now with -enable-npm-optnone, that is no longer necessary.

Reviewed By: ychen

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




More information about the All-commits mailing list