[all-commits] [llvm/llvm-project] c8e4b5: [VFABI] Remove unused variables in testcase, fix b...

mikaelholmen via All-commits all-commits at lists.llvm.org
Mon Nov 11 23:32:03 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c8e4b536771e2ebb4702da3de0a7e4238b433bbf
      https://github.com/llvm/llvm-project/commit/c8e4b536771e2ebb4702da3de0a7e4238b433bbf
  Author: Mikael Holmen <mikael.holmen at ericsson.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M llvm/unittests/Transforms/Utils/VFABIUtils.cpp

  Log Message:
  -----------
  [VFABI] Remove unused variables in testcase, fix buildbot

E.g. the buildbot at

 http://lab.llvm.org:8011/builders/ppc64le-lld-multistage-test/builds/7259/steps/build-stage2-unified-tree/logs/stdio

failed with

/home/buildbots/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/unittests/Transforms/Utils/VFABIUtils.cpp:50:22: error: unused variable 'FnAttrs' [-Werror,-Wunused-variable]
  const AttributeSet FnAttrs = Attrs.getFnAttributes();
                     ^
1 error generated.




More information about the All-commits mailing list